continue
continue copied to clipboard
[BUG] `/clear` is not typo of `/compact`
Validations
- [x] I believe this is a way to improve. I'll try to join the Continue Discord for questions
- [x] I'm not able to find an open issue that requests the same enhancement
Problem
Context7 is an MCP server used to provide latest documentation which agents can use to generate code based on the latest api documentations.
Even thought the server can be setup using
mcpServers:
- name: context7
command: npx
args:
- "-y"
- "@upstash/context7-mcp"
Continue.dev cannot use it properly.
Example use of context7 get the latest cal.com api docs. use context7. In this example, continue.dev returns the following
To get the latest Cal.com API documentation, you can visit their official website or repository where they typically host their API documentation. However, if you are looking for a specific version or need to ensure you have the most up-to-date information, checking their GitHub repository might be beneficial.
Here’s how you can do it:
Visit the Cal.com GitHub Repository:
Go to Cal.com GitHub.
Navigate to API Documentation:
Look for a docs or api-docs directory in the repository.
Alternatively, search within the repository for files related to API documentation.
Read the Documentation:
Once you find the relevant files, read through them to get the latest information about their API.
If you need specific details or want to automate this process, you can use web scraping tools or APIs provided by GitHub to fetch the content programmatically. However, for most users, visiting the repository directly is the simplest and most reliable method.
If you have a specific context or need further assistance with integrating Cal.com's API into your project, feel free to provide more details!
Solution
Support the context7 MCP to function as demonstrated in this short video context7 with Windsurf