We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pinecone-io/pinecone-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# create-bug
Create a Linear issue for this work in the "SDK Maintenance" project.
Give the issue these labels:
- tool:mcp
- Bug
Include the plan and any relevant context in the issue description.
If the plan was made to address a GitHub issue, be sure to include a link to the original GitHub issue in the description.
Every Linear issue created should include these additional instructions at the end of the description.
```
When the planned code changes are complete, the agent should take the following steps:
1. **Code Quality Review**
- Review JSDoc comments near the changed code to ensure they are still up to date
- Ensure the code compiles (TypeScript) and that unit tests pass
- Run the linter and formatter to verify no issues there
- npm run lint
- npm run format
- Ensure changes are adequately tested
2. **Create Pull Request**
- Create a PR
- Rename the PR with a title that follows the Conventional Commits 1.0.0 format
- Update the PR description with:
- A clear description of the problem and solution
- A reference to the related Github issue, if any, as well as the Linear issue number.
- Examples showing how to use the code that was changed
- A summary of the value and approach taken in the work (without overwhelming detail - reviewers can read the code for specifics)
```