A
securityA
licenseA
qualityA Model Context Protocol server that provides web content fetching and conversion capabilities.
Last updated -
4
89
2
JavaScript
MIT License
Implements the MCP server using TypeScript, as evidenced by the core files server.ts, main.ts, and browser-transport.ts
Used for development and building of the MCP server application
Provides the runtime environment for the MCP server to run within a web browser
一个概念验证实现,用于在 Web 浏览器中以 WebAssembly (WASM) 运行的模型上下文协议 (MCP) 服务器。该项目演示了如何在浏览器环境中集成 MCP 工具和资源。
server.ts
:核心 MCP 服务器实现,包含工具和资源定义main.ts
:客户端集成和 UI 交互处理browser-transport.ts
:用于浏览器通信的自定义传输层server.tool()
注册storage://{key}
)readCallback
访问这是一个概念验证实现,演示了使用 WebAssembly 在 Web 浏览器中运行 MCP 服务器的可行性。该实现侧重于演示 MCP 的核心概念,同时保持简洁明了。
This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
该服务器能够在 Web 浏览器中运行模型上下文协议,其功能包括算术运算和基于会话的键值存储。