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.
「その他」の他のコンテンツ

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
コメント