mcp-crypto-price 3.3.0 → 3.3.1
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
CHANGED
|
@@ -90,7 +90,7 @@ http://localhost:3000/mcp?COINCAP_API_KEY=YOUR_API_KEY_HERE
|
|
|
90
90
|
For remote deployments:
|
|
91
91
|
|
|
92
92
|
```
|
|
93
|
-
https://
|
|
93
|
+
https://mcp-crypto-price.codemonkeyinnovations.com/mcp?COINCAP_API_KEY=YOUR_API_KEY_HERE
|
|
94
94
|
```
|
|
95
95
|
|
|
96
96
|
## Required: CoinCap API Key
|
package/dist/homepage.js
CHANGED
|
@@ -294,7 +294,7 @@ export function renderHomepage() {
|
|
|
294
294
|
</div>
|
|
295
295
|
<div class="metric">
|
|
296
296
|
<strong>Remote endpoint</strong>
|
|
297
|
-
<code>https
|
|
297
|
+
<code>https://mcp-crypto-price.codemonkeyinnovations.com/mcp</code>
|
|
298
298
|
</div>
|
|
299
299
|
</div>
|
|
300
300
|
</article>
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mcp-crypto-price",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.1",
|
|
4
4
|
"description": "A Model Context Protocol (MCP) server that provides real-time cryptocurrency data and analysis through CoinCap's API. Features include price tracking, market analysis, and historical trends.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": {
|
|
Binary file
|