Skip to content

Commit 8545c4f

Browse files
committed
Fromat
1 parent d2ad93e commit 8545c4f

File tree

4 files changed

+60
-43
lines changed

4 files changed

+60
-43
lines changed

.vscode/settings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"deno.config": "deno.json",
3-
"deno.enable": true,
2+
"deno.config": "deno.json",
3+
"deno.enable": true
44
}

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
2-
"name": "docs-mcp",
3-
"version": "1.0.0",
4-
"description": "",
5-
"main": "index.js",
6-
"scripts": {
7-
"test": "echo \"Error: no test specified\" && exit 1"
8-
},
9-
"keywords": [],
10-
"author": "",
11-
"license": "MIT",
12-
"packageManager": "[email protected]+sha512.139cab068fdf0b751268179ac5f909b5be72afb4a75c513d1905d151befc8977b593d3cf8671ed83d4d6637c5c94b98ffbce108125de4a5a27a31233601a99de",
13-
"dependencies": {
14-
"@modelcontextprotocol/sdk": "^1.15.1",
15-
"@netlify/edge-functions": "^2.15.6",
16-
"fetch-to-node": "^2.1.0",
17-
"zod": "^4.0.5"
18-
}
2+
"name": "docs-mcp",
3+
"version": "1.0.0",
4+
"description": "",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"keywords": [],
10+
"author": "",
11+
"license": "MIT",
12+
"packageManager": "[email protected]+sha512.139cab068fdf0b751268179ac5f909b5be72afb4a75c513d1905d151befc8977b593d3cf8671ed83d4d6637c5c94b98ffbce108125de4a5a27a31233601a99de",
13+
"dependencies": {
14+
"@modelcontextprotocol/sdk": "^1.15.1",
15+
"@netlify/edge-functions": "^2.15.6",
16+
"fetch-to-node": "^2.1.0",
17+
"zod": "^4.0.5"
18+
}
1919
}

public/favicon.svg

Lines changed: 24 additions & 8 deletions
Loading

public/index.html

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
11
<!DOCTYPE html>
22
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Astro Docs MCP server</title>
7+
<link rel="shortcut icon" href="/favicon.svg" type="image/svg+xml">
8+
<style>
9+
body {
10+
font-family:
11+
system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
12+
Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
13+
sans-serif;
14+
}
15+
</style>
16+
</head>
317

4-
<head>
5-
<meta charset="UTF-8">
6-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7-
<title>Astro Docs MCP server</title>
8-
<link rel="shortcut icon" href="/favicon.svg" type="image/svg+xml">
9-
<style>
10-
body {
11-
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
12-
}
13-
</style>
14-
</head>
15-
16-
<body>
17-
<h1>Hello</h1>
18-
</body>
19-
18+
<body>
19+
<h1>Hello</h1>
20+
</body>
2021
</html>

0 commit comments

Comments
 (0)