EdgeOne 페이지 MCP
HTML 콘텐츠, 폴더 및 zip 파일을 EdgeOne Pages에 배포하고 공개적으로 접근 가능한 URL을 얻기 위한 MCP 서비스입니다.
데모
HTML 배포
폴더 배포
요구 사항
- Node.js 18 이상
MCP 구성
stdio MCP 서버
대부분의 MCP 애플리케이션에 적합
지엑스피1
스트리밍 가능한 HTTP MCP 서버
Streamable HTTP MCP 서버를 지원하는 애플리케이션에서 사용 가능
건축학
아키텍처 다이어그램은 워크플로를 보여줍니다.
- 대규모 언어 모델은 HTML 콘텐츠를 생성합니다.
- 콘텐츠는 EdgeOne Pages MCP 서버로 전송됩니다.
- MCP 서버는 콘텐츠를 EdgeOne Pages Edge Functions에 배포합니다.
- 빠른 에지 액세스를 위해 콘텐츠는 EdgeOne KV Store에 저장됩니다.
- MCP 서버는 공개 URL을 반환합니다.
- 사용자는 빠른 엣지 전송을 통해 브라우저를 통해 배포된 콘텐츠에 액세스할 수 있습니다.
특징
- EdgeOne Pages에 HTML 콘텐츠를 빠르게 배포하기 위한 MCP 프로토콜
- 공개적으로 접근 가능한 URL의 자동 생성
구현
이 MCP 서비스는 EdgeOne Pages Functions와 통합되어 정적 HTML 콘텐츠를 배포합니다. 구현에는 다음이 사용됩니다.
- EdgeOne Pages Functions - JavaScript/TypeScript 코드를 엣지에서 실행할 수 있는 서버리스 컴퓨팅 플랫폼입니다.
- 주요 구현 세부 사항 :
- EdgeOne Pages KV 저장소를 사용하여 HTML 콘텐츠를 저장하고 제공합니다.
- 각 배포에 대한 공개 URL을 자동으로 생성합니다.
- 적절한 오류 메시지로 API 오류를 처리합니다.
- 작동 원리 :
- MCP 서버는
deploy_html
도구를 통해 HTML 콘텐츠를 허용합니다. - EdgeOne Pages API에 연결하여 기본 URL을 가져옵니다.
- EdgeOne Pages KV API를 사용하여 HTML 콘텐츠를 배포합니다.
- 배포된 콘텐츠에 공개적으로 접근 가능한 URL을 반환합니다.
- MCP 서버는
- 사용 예 :
- MCP 서비스에 HTML 콘텐츠 제공
- 즉시 접근 가능한 공개 URL을 받으세요
자세한 내용은 EdgeOne Pages 기능 설명서 및 EdgeOne Pages KV 저장소 가이드를 참조하세요.
특허
MIT
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Tools
HTML 콘텐츠를 EdgeOne Pages에 빠르게 배포하고 배포된 콘텐츠에 대한 공개적으로 접근 가능한 URL을 자동으로 생성하는 서비스입니다.
Related Resources
Related MCP Servers
- -securityAlicense-qualityInteract with Render (https://render.com) and easily deploy your servicesLast updated -1192TypeScriptMIT License
- -securityAlicense-qualityAn experimental server implementing Model Context Protocol to automate website deployments to 1Panel servers, allowing users to create websites and upload static files through natural language commands.Last updated -030JavaScriptMIT License
- -securityAlicense-qualityAn MCP server that enables AI models to access user geolocation information through EdgeOne Pages Functions.Last updated -TypeScriptMIT License
- -security-license-qualityEnables large language models to access user geolocation information through EdgeOne Pages Functions using the Model Context Protocol.Last updated -TypeScriptMIT License