Skip to content

Commit 02903df

Browse files
chore: Add server from issue #111 (#115)
* Update repo with server manifest from issue #111 * chore: update name --------- Co-authored-by: GitHub Action <[email protected]>
1 parent d7cf477 commit 02903df

File tree

1 file changed

+88
-0
lines changed

1 file changed

+88
-0
lines changed
Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,88 @@
1+
{
2+
"display_name": "EdgeOne Pages MCP",
3+
"license": "MIT",
4+
"tags": [
5+
"html",
6+
"deployment",
7+
"edge functions",
8+
"kv store",
9+
"static content",
10+
"serverless",
11+
"mcp",
12+
"tencent",
13+
"edgeone"
14+
],
15+
"installations": {
16+
"npm": {
17+
"type": "npm",
18+
"command": "npx",
19+
"args": [
20+
"edgeone-pages-mcp"
21+
],
22+
"description": "Run EdgeOne Pages MCP server using npx"
23+
}
24+
},
25+
"examples": [
26+
{
27+
"title": "",
28+
"description": "",
29+
"prompt": "Deploy a simple HTML page with a hello world message"
30+
},
31+
{
32+
"title": "",
33+
"description": "",
34+
"prompt": "Create a landing page with a contact form"
35+
},
36+
{
37+
"title": "",
38+
"description": "",
39+
"prompt": "Generate and deploy a portfolio website"
40+
},
41+
{
42+
"title": "",
43+
"description": "",
44+
"prompt": "Deploy an HTML page with CSS animations"
45+
},
46+
{
47+
"title": "",
48+
"description": "",
49+
"prompt": "Create a product showcase page with images and descriptions"
50+
}
51+
],
52+
"name": "edgeone-pages-mcp",
53+
"repository": {
54+
"type": "git",
55+
"url": "https://github.com/TencentEdgeOne/edgeone-pages-mcp"
56+
},
57+
"homepage": "https://github.com/TencentEdgeOne/edgeone-pages-mcp",
58+
"author": {
59+
"name": "TencentEdgeOne"
60+
},
61+
"description": "An MCP service for deploying HTML content to EdgeOne Pages and obtaining a publicly accessible URL.",
62+
"categories": [
63+
"Web Services"
64+
],
65+
"tools": [
66+
{
67+
"name": "deploy-html",
68+
"description": "Deploy HTML content to EdgeOne Pages, return the public URL",
69+
"inputSchema": {
70+
"type": "object",
71+
"properties": {
72+
"value": {
73+
"type": "string",
74+
"description": "HTML or text content to deploy. Provide complete HTML or text content you want to publish, and the system will return a public URL where your content can be accessed."
75+
}
76+
},
77+
"required": [
78+
"value"
79+
],
80+
"additionalProperties": false,
81+
"$schema": "http://json-schema.org/draft-07/schema#"
82+
}
83+
}
84+
],
85+
"prompts": [],
86+
"resources": [],
87+
"is_official": false
88+
}

0 commit comments

Comments
 (0)