We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53459e9 commit 1e74aa2Copy full SHA for 1e74aa2
README.md
@@ -228,7 +228,7 @@ npm test # 2080+ tests should pass
228
"mcpServers": {
229
"rpg-mcp": {
230
"command": "npx",
231
- "args": ["-y", "mnehmos.rpg.mcp@1.0.1"]
+ "args": ["-y", "mnehmos.rpg.mcp@1.0.2"]
232
}
233
234
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "mnehmos.rpg.mcp",
3
- "version": "1.0.1",
+ "version": "1.0.2",
4
"type": "module",
5
"main": "dist/index.js",
6
"bin": "dist/cli.js",
0 commit comments