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
웹 브라우저 내 WebAssembly(WASM)에서 실행되는 모델 컨텍스트 프로토콜(MCP) 서버의 개념 증명 구현입니다. 이 프로젝트는 브라우저 환경에서 MCP 도구와 리소스를 통합하는 방법을 보여줍니다.
server.ts
: 도구 및 리소스 정의를 사용한 핵심 MCP 서버 구현main.ts
: 클라이언트 측 통합 및 UI 상호 작용 처리browser-transport.ts
: 브라우저 통신을 위한 사용자 정의 전송 계층server.tool()
사용하여 등록됨storage://{key}
)readCallback
통해 접근됨지엑스피1
이는 WebAssembly를 사용하여 웹 브라우저에서 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.
이 서버는 산술 연산 및 세션 기반 키-값 저장 등의 기능을 통해 웹 브라우저에서 모델 컨텍스트 프로토콜을 실행할 수 있도록 합니다.