mcp-playbook 0.1.0 → 0.1.2

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 +2 -2
  2. package/package.json +16 -3
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  <div align="center">
2
2
 
3
- <img src="https://raw.githubusercontent.com/your-org/mcp-playbook/main/assets/logo.png" alt="MCP Playbook" width="80" />
3
+ <div align="center"> <img src="./assets/logo.png" alt="MCP Playybook" width="80%" height="80%"/>
4
4
 
5
5
  # MCP Playbook
6
6
 
@@ -15,7 +15,7 @@
15
15
 
16
16
  ---
17
17
 
18
- <img src="https://raw.githubusercontent.com/your-org/mcp-playbook/main/assets/screenshot.png" alt="MCP Playbook UI" width="100%" />
18
+ <img src="./assets/logo.png" alt="MCP Playbook UI" width="50%" height="50%"/>
19
19
 
20
20
  </div>
21
21
 
package/package.json CHANGED
@@ -1,10 +1,23 @@
1
1
  {
2
2
  "name": "mcp-playbook",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "Playbook for MCP tools — auto-generates interactive docs and a live playground for your MCP servers",
5
- "keywords": ["mcp", "model-context-protocol", "developer-tools", "documentation", "playground", "playbook", "playbook"],
5
+ "keywords": ["mcp", "model-context-protocol", "developer-tools", "documentation", "playground", "playbook", "storybook", "documentation","ai-tools",
6
+ "cli"],
6
7
  "license": "MIT",
7
-
8
+ "author": {
9
+ "name": "Rahul Nag",
10
+ "email": "mr.rahulnag67@gmail.com",
11
+ "url": "https://www.rahulnag.in"
12
+ },
13
+ "repository": {
14
+ "type": "git",
15
+ "url": "https://github.com/rahulnag/mcp-playbook"
16
+ },
17
+ "homepage": "https://github.com/rahulnag/mcp-playbook#readme",
18
+ "bugs": {
19
+ "url": "https://github.com/rahulnag/mcp-playbook/issues"
20
+ },
8
21
  "bin": {
9
22
  "mcp-playbook": "./bin/mcp-playbook.js"
10
23
  },