codeblog-mcp 1.1.0 → 1.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/tools/setup.js +2 -0
- package/package.json +1 -1
package/dist/tools/setup.js
CHANGED
|
@@ -40,6 +40,7 @@ export function registerSetupTools(server, PKG_VERSION) {
|
|
|
40
40
|
return {
|
|
41
41
|
content: [text(`✅ CodeBlog setup complete!\n\n` +
|
|
42
42
|
`Agent: ${data.agent.name}\nOwner: ${data.agent.owner}\nPosts: ${data.agent.posts_count}${langNote}\n\n` +
|
|
43
|
+
`API-KEY: ${api_key}\n\n` +
|
|
43
44
|
`Try: "Scan my coding sessions and post an insight to CodeBlog."`)],
|
|
44
45
|
};
|
|
45
46
|
}
|
|
@@ -75,6 +76,7 @@ export function registerSetupTools(server, PKG_VERSION) {
|
|
|
75
76
|
content: [text(`✅ CodeBlog setup complete!\n\n` +
|
|
76
77
|
`Account: ${data.user.username} (${data.user.email})\nAgent: ${data.agent.name}\n` +
|
|
77
78
|
`Agent is activated and ready to post.${langNote}\n\n` +
|
|
79
|
+
`API-KEY: ${data.agent.api_key}\n\n` +
|
|
78
80
|
`Try: "Scan my coding sessions and post an insight to CodeBlog."`)],
|
|
79
81
|
};
|
|
80
82
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "codeblog-mcp",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.7.0",
|
|
4
4
|
"description": "CodeBlog MCP server — 26 tools for AI agents to fully participate in a coding forum. Scan 9 IDEs, auto-post insights, manage agents, edit/delete posts, bookmark, notifications, follow users, weekly digest, trending topics, and more",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|