feat: add comprehensive MCP servers HTTP protocol collection and documentation #230
  Add this suggestion to a batch that can be applied as a single commit.
  This suggestion is invalid because no changes were made to the code.
  Suggestions cannot be applied while the pull request is closed.
  Suggestions cannot be applied while viewing a subset of changes.
  Only one suggestion per line can be applied in a batch.
  Add this suggestion to a batch that can be applied as a single commit.
  Applying suggestions on deleted lines is not supported.
  You must change the existing code in this line in order to create a valid suggestion.
  Outdated suggestions cannot be applied.
  This suggestion has been applied or marked resolved.
  Suggestions cannot be applied from pending reviews.
  Suggestions cannot be applied on multi-line comments.
  Suggestions cannot be applied while the pull request is queued to merge.
  Suggestion cannot be applied right now. Please check back later.
  
    
  
    
This PR adds a comprehensive collection and documentation of MCP (Model Context Protocol) servers that support HTTP protocol communication, making them suitable for integration with the Askman Chrome Extension.
What's Added
📚 Complete Documentation Suite
docs/mcp-servers.md- Detailed catalog of 10+ HTTP-compatible MCP servers including:docs/README.md- Comprehensive integration guide covering:docs/examples.md- Practical implementation examples featuring:⚙️ Configuration System
src/assets/conf/mcp-servers.toml- Ready-to-use TOML configuration templates for all documented servers with:Updated
src/assets/conf/external-links.toml- Added MCP specification and resource links🔗 Enhanced Project Integration
README.mdwith dedicated MCP Server Integration section highlighting:Key Features
Chrome Extension Focused: All servers verified for browser compatibility with proper CORS, HTTPS, and security requirements documented.
HTTP Protocol Emphasis: Specifically collected servers that support HTTP transport, making them accessible from web-based Chrome extension environments.
Security First: Comprehensive documentation of authentication patterns, content security policies, and secure integration practices.
Developer Ready: Includes practical TypeScript examples, error handling patterns, testing approaches, and configuration management.
Extensible Architecture: Provides a framework for easily adding new MCP servers in the future.
Example Usage
This implementation provides developers with everything needed to integrate external data sources and tools via HTTP-compatible MCP servers into the Askman Chrome extension, enabling enhanced AI capabilities through secure, standardized server connections.
Fixes #229.
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.