-
Notifications
You must be signed in to change notification settings - Fork 157
Update Token API MCP documentation #1051
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- Adds the two types of MCP - Misc editing
- Adds REST MCP config - Updates config commands - Adds depreciation notice for `--sse-url` option - Improves troubleshooting section
- Adds `How do I choose between the REST-MCP and the SQL-MCP and which one should I use ?` - Adds `Will using the REST-MCP counts towards my Token API usage ?`
|
Realized this one might be poorly formulated:
I meant:
But maybe that's still not clear enough and can be separated into two. The idea is to ask about the configuration aspect of choosing REST/SQL (answer is, use the adequate URL) and to ask about the use cases for one or the other. So maybe two questions:
and
|
|
We should definately suggest to users to use the REST MCP as the SQL one is easy to get things wrong and generate inefffient queries. By default use that one unless there is some special need to use SQL. In this PR we won't address pricing for SQL MCP, other than you need to be on PRO or ENTERPRISE plan. Pricing page can be updated in a future PR. |
Emphasizes REST easier to use for LLMs than SQL
Adds new instructions
Adds new instructions
benface
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Found some typos, but otherwise LGTM.
Co-authored-by: Benoît Rouleau <benoit.rouleau@icloud.com>
Co-authored-by: Benoît Rouleau <benoit.rouleau@icloud.com>
Co-authored-by: Benoît Rouleau <benoit.rouleau@icloud.com>
Co-authored-by: Benoît Rouleau <benoit.rouleau@icloud.com>
Co-authored-by: Benoît Rouleau <benoit.rouleau@icloud.com>
Co-authored-by: Benoît Rouleau <benoit.rouleau@icloud.com>
benface
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🙌
introduction.mdx
claude.mdx
--sse-urloptioncline.mdx
Same as Claude
cursor.mdx
Same as Claude
faq.mdx
How do I choose between the REST-MCP and the SQL-MCP and which one should I use ?Will using the REST-MCP counts towards my Token API usage ?