Commit d8b2cda
Changed files (1)
README.md
@@ -7,22 +7,22 @@ A pure Go implementation of Model Context Protocol (MCP) servers, providing drop
## Features
-- =� **Zero Dependencies**: Statically linked binaries with no runtime dependencies
-- =' **Drop-in Replacement**: Compatible with existing Python MCP server configurations
-- >� **Test-Driven Development**: Comprehensive test coverage for all servers
-- = **Security First**: Built-in access controls and validation
-- � **High Performance**: Native Go performance and concurrency
+- **Zero Dependencies**: Statically linked binaries with no runtime dependencies
+- **Drop-in Replacement**: Compatible with existing Python MCP server configurations
+- **Test-Driven Development**: Comprehensive test coverage for all servers
+- **Security First**: Built-in access controls and validation
+- **High Performance**: Native Go performance and concurrency
## Available Servers
-| Server | Description | Status |
-|--------|-------------|--------|
-| **git** | Git repository operations (status, add, commit, log, etc.) | Complete |
-| **filesystem** | Secure file operations with access controls | Complete |
-| **fetch** | Web content fetching with HTML to Markdown conversion | Complete |
-| **memory** | Knowledge graph persistent memory system | Complete |
-| **sequential-thinking** | Dynamic problem-solving with thought sequences | Complete |
-| **time** | Time and timezone conversion utilities | Complete |
+| Server | Description | Status |
+| ------ | ----------- | ------ |
+| **fetch** | Web content fetching with HTML to Markdown conversion | Complete |
+| **filesystem** | Secure file operations with access controls | Complete |
+| **git** | Git repository operations (status, add, commit, log, etc.) | Complete |
+| **memory** | Knowledge graph persistent memory system | Complete |
+| **sequential-thinking** | Dynamic problem-solving with thought sequences | Complete |
+| **time** | Time and timezone conversion utilities | Complete |
## Quick Start
@@ -273,4 +273,4 @@ MIT License - see [LICENSE](LICENSE) file for details.
- Inspired by the [Python MCP servers](https://github.com/modelcontextprotocol/servers)
- Built for compatibility with [Claude Code](https://claude.ai/code)
-- Follows the [Model Context Protocol](https://modelcontextprotocol.io/) specification
\ No newline at end of file
+- Follows the [Model Context Protocol](https://modelcontextprotocol.io/) specification