Package Exports
- @contextbharat/mcp
- @contextbharat/mcp/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@contextbharat/mcp) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@contextbharat/mcp
MCP server for Indian API documentation.
Install
npx @contextbharat/mcp --api-key YOUR_KEYClaude Desktop config
{
"mcpServers": {
"contextbharat": {
"command": "npx",
"args": ["-y", "@contextbharat/mcp", "--api-key", "YOUR_KEY"]
}
}
}Development
pnpm install
pnpm dev # tsx watch
pnpm build # Compile to dist/
pnpm test # vitest
pnpm inspect # MCP inspector at localhost:5173Forked from
upstash/context7 (MIT License)