Servidor TESS com Suporte a MCP
@diegofornalha
关于 Servidor TESS com Suporte a MCP
Extensão XTP para o servidor MCP-TESS - Integração da API TESS com XTP
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Servidor TESS com Suporte a MCP?
It is a proxy server that integrates TESS (Text Evaluation and Semantic Services) with the MCP (Multi-Channel Platform). It is built with Node.js + Express and uses a Rust/WebAssembly plugin for core logic, acting as a proxy to MCP.run.
How to use Servidor TESS com Suporte a MCP?
Install dependencies with npm install, configure environment variables in .env (PORT, MCP_API_KEY, MCP_API_URL, MCP_SSE_URL), build the WebAssembly plugin with npm run build, then start the server with npm start (or npm run dev for hot‑reload). Use endpoints: GET /health for health check, GET /api/mcp/tools to list tools, POST /api/mcp/execute to execute a tool (requires session_id and optional mcp_sse_url as query parameters).
Key features of Servidor TESS com Suporte a MCP
- Integrates TESS with the Multi‑Channel Platform (MCP)
- Node.js + Express server with Rust/WebAssembly plugin
- Proxies requests to MCP.run (via SSE)
- Health check endpoint at GET /health
- Listing and executing MCP tools via REST API
- Hot‑reload development mode available
Use cases of Servidor TESS com Suporte a MCP
- Expose MCP tools through a local HTTP proxy
- Automate or integrate TESS evaluations with MCP workflows
- Debug and test MCP interactions using a simple REST interface
- Monitor server availability with the health check endpoint
FAQ from Servidor TESS com Suporte a MCP
What are the runtime requirements?
Node.js 18+, Rust with Cargo, and the wasm32-wasi target installed (rustup target add wasm32-wasi).
How do I configure the server?
Set environment variables in a .env file: PORT, MCP_API_KEY, MCP_API_URL, and MCP_SSE_URL.
How do I build and run the server?
Build the WebAssembly plugin with npm run build, then start with npm start. For development with hot‑reload, use npm run dev.
What security measures are in place?
All requests must include a valid session_id. MCP credentials are set via environment variables, and CORS is enabled for development.
How do I troubleshoot common issues?
Check that the plugin compiled correctly, confirm environment variables are set, review server logs, and ensure MCP.run is accessible.
其他 分类下的更多 MCP 服务器
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Nginx UI
0xJackyYet another WebUI for Nginx
Mobile Mcp
mobile-nextModel Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
ACI: Open-Source Infra to Power Unified MCP Servers
aipotheosis-labsACI.dev is the open source tool-calling platform that hooks up 600+ tools into any agentic IDE or custom AI agent through direct function calling or a unified MCP server. The birthplace of VibeOps.
评论