# License Files This directory contains the full license texts for third-party dependencies. ## File Naming Convention - `apache-2.0-[project-name].txt` - Apache 2.0 licenses - `mit-[project-name].txt` - MIT licenses - `bsd-[project-name].txt` - BSD licenses - `gpl-[project-name].txt` - GPL licenses - `other-[project-name].txt` - Other licenses ## Current Licenses - `mit-anthropic-mcp-ts-sdk.txt` - Anthropic MCP TS SDK (MIT) - `apache-2.0-coinbase-x402.txt` - Coinbase x402 (Apache 2.0) - `mit-ethanniser-x402-mcp.txt` - ethanniser/x402-mcp (MIT) - `apache-2.0-vercel-ai-sdk.txt` - Vercel AI SDK (Apache 2.0) ## Adding New Licenses 1. Add the full license text to this directory following the naming convention 2. Update `../THIRD_PARTY_LICENSES.md` with the new dependency 3. Update `../NOTICE` if required by the license terms