tryastro-mcp 0.2.1 → 0.2.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.
- package/README.md +2 -2
- package/package.json +1 -1
- package/server.js +1 -1
package/README.md
CHANGED
|
@@ -45,7 +45,7 @@ Use the published npm package:
|
|
|
45
45
|
"mcpServers": {
|
|
46
46
|
"tryastro-mcp": {
|
|
47
47
|
"command": "npx",
|
|
48
|
-
"args": ["-y", "tryastro-mcp@0.2.
|
|
48
|
+
"args": ["-y", "tryastro-mcp@0.2.2"]
|
|
49
49
|
}
|
|
50
50
|
}
|
|
51
51
|
}
|
|
@@ -56,7 +56,7 @@ Use the published npm package:
|
|
|
56
56
|
1. Update `version` in `/package.json`.
|
|
57
57
|
2. Login: `npm login`.
|
|
58
58
|
3. Publish: `npm publish --access public`.
|
|
59
|
-
4. Verify install: `npx -y tryastro-mcp@0.2.
|
|
59
|
+
4. Verify install: `npx -y tryastro-mcp@0.2.2`.
|
|
60
60
|
|
|
61
61
|
## Data and source model
|
|
62
62
|
|
package/package.json
CHANGED