cmskite-mcp 0.1.5 → 0.1.6

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.
Files changed (2) hide show
  1. package/README.md +5 -0
  2. package/package.json +2 -1
package/README.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # cmskite-mcp
2
2
 
3
+ [CMSKite](https://cmskite.com) is a hosted blog backend: you write posts in a
4
+ dashboard, and your website fetches them over HTTP. This MCP server lets an AI
5
+ assistant do that work for you: create a project, write and publish posts, issue
6
+ API keys, and generate the code that connects your site.
7
+
3
8
  An MCP server for CMSKite. It gives an assistant the workspace, project and
4
9
  content surface behind one agent token.
5
10
 
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "cmskite-mcp",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
+ "mcpName": "io.github.devicorn/cmskite-mcp",
4
5
  "description": "MCP server for CMSKite. Gives an assistant the workspace, project and content surface behind one agent token.",
5
6
  "license": "MIT",
6
7
  "author": "CMSKite",