Skip to content

Commit 06a2808

Browse files
committed
Add MCP config and update docs with AdSense integration
Added .comate/mcp.json to configure MCP servers. Updated docs/index.md to include AdSense script and amp-auto-ads tag for ad integration. Minor cache update and added placeholder file 'Give'.
1 parent d6e9e6d commit 06a2808

File tree

4 files changed

+36
-4
lines changed

4 files changed

+36
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"cache_date": "2025-06-25", "page_authors": {}}
1+
{"cache_date": "2025-06-26", "page_authors": {}}

.comate/mcp.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"mcpServers": {
3+
"github": {
4+
"command": "npx",
5+
"args": [
6+
"-y",
7+
"@modelcontextprotocol/server-github"
8+
],
9+
"env": {
10+
"GITHUB_PERSONAL_ACCESS_TOKEN": "<YOUR_TOKEN>"
11+
}
12+
},
13+
"sequential-thinking": {
14+
"command": "npx",
15+
"args": [
16+
"-y",
17+
"@modelcontextprotocol/server-sequential-thinking"
18+
]
19+
},
20+
"memory": {
21+
"command": "npx",
22+
"args": [
23+
"-y",
24+
"@modelcontextprotocol/server-memory"
25+
],
26+
"env": {
27+
"MEMORY_FILE_PATH": "/path/to/custom/memory.json"
28+
}
29+
}
30+
}
31+
}

Give

Whitespace-only changes.

docs/index.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,14 +153,15 @@ body::before {
153153
}
154154
</style>
155155

156-
156+
<head>
157157
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2327435979273742"
158158
crossorigin="anonymous"></script>
159+
</head>
159160

160161
<!-- <script async custom-element="amp-auto-ads"
161162
src="https://cdn.ampproject.org/v0/amp-auto-ads-0.1.js">
162-
</script> -->
163-
<!-- <amp-auto-ads type="adsense"
163+
</script>
164+
<amp-auto-ads type="adsense"
164165
data-ad-client="ca-pub-2327435979273742">
165166
</amp-auto-ads> -->
166167

0 commit comments

Comments
 (0)