json-mcp-server 0.1.0

A high-performance Model Context Protocol (MCP) server for comprehensive JSON file operations optimized for LLM interactions
Documentation
{
  "server": "json-mcp-server",
  "version": "1.0.0",
  "status": "testing",
  "features": {
    "read": true,
    "write": true,
    "query": true,
    "validate": true,
    "streaming": true
  },
  "tools": [
    "json-read",
    "json-write", 
    "json-query",
    "json-validate",
    "json-help"
  ],
  "compliance": {
    "mcp_protocol": true,
    "stdout_clean": true,
    "logging_fixed": true
  }
}