THIRD-PARTY NOTICES — @aicommander/mcp ====================================== This package is licensed under the MIT License (see LICENSE.txt). The published bundle `dist/bin/mcp.js` is produced by esbuild, which INLINES the sources of one workspace package into it, so a copy of this tarball is also a copy of its code: @aicommander/protocol MIT the same terms as this package; notice reproduced in full below esbuild keeps the originating path as a comment above each inlined section (`// ../protocol/src/...`), so which lines come from where is readable in the shipped bundle itself. Nothing else in this tarball is third-party code. The runtime dependencies (@modelcontextprotocol/sdk, zod) are deliberately NOT bundled — the build marks them external, so npm installs them as separate packages under their own terms and with their own license files, and no section of them is compiled into `dist/bin/mcp.js`. `npm publish` puts exactly five entries in the tarball — `dist/bin/mcp.js`, `package.json`, `README.md`, `LICENSE.txt` and `THIRD-PARTY-NOTICES.txt` — so there is no second bundle and no prebuilt binary. ---------------------------------------------------------------------- @aicommander/protocol — MIT License ---------------------------------------------------------------------- MIT License Copyright (c) 2026 2Dynamic Games sp. z o.o. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.