We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jangabrielsson/HC3_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
copilot-instructions.md•976 B
<!-- Use this file to provide workspace-specific custom instructions to Copilot. For more details, visit https://code.visualstudio.com/docs/copilot/copilot-customization#_use-a-githubcopilotinstructionsmd-file -->
- [x] Verify that the copilot-instructions.md file in the .github directory is created.
- [x] Clarify Project Requirements - VS Code extension with MCP server for Fibaro HC3 REST API integration
- [x] Scaffold the Project - Created VS Code extension using TypeScript template
- [x] Customize the Project - Added MCP server provider, configuration, and Fibaro HC3 integration
- [x] Install Required Extensions - No additional extensions needed
- [x] Compile the Project - TypeScript compiled successfully without errors
- [x] Create and Run Task - Build task already exists in .vscode/tasks.json
- [x] Launch the Project - Ready for debugging (user can press F5)
- [x] Ensure Documentation is Complete - README.md updated with comprehensive documentation