@hoya25/nctr-mcp-server 1.0.0 → 1.0.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/.mcp/server.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
|
|
3
|
-
"name": "io.github.
|
|
4
|
-
"description": "NCTR Alliance rewards
|
|
3
|
+
"name": "io.github.Hoya25/nctr-mcp-server",
|
|
4
|
+
"description": "NCTR Alliance rewards — search bounties, check earning rates, and discover communities.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"url": "https://github.com/Hoya25/mcp-server",
|
|
7
7
|
"source": "github"
|
|
8
8
|
},
|
|
9
|
-
"version": "1.0.
|
|
9
|
+
"version": "1.0.1",
|
|
10
10
|
"packages": [
|
|
11
11
|
{
|
|
12
12
|
"registryType": "npm",
|
|
13
13
|
"identifier": "@hoya25/nctr-mcp-server",
|
|
14
|
-
"version": "1.0.
|
|
14
|
+
"version": "1.0.1",
|
|
15
15
|
"transport": {
|
|
16
16
|
"type": "stdio"
|
|
17
17
|
}
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
],
|
|
20
20
|
"remotes": [
|
|
21
21
|
{
|
|
22
|
-
"
|
|
22
|
+
"type": "streamable-http",
|
|
23
23
|
"url": "https://yhwcaodofmbusjurawhp.supabase.co/functions/v1/mcp/rpc"
|
|
24
24
|
}
|
|
25
25
|
]
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
ghu_GMieL2Ca5W05bUQkYqsVnFlvED1OIK2YQQFV
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"token":"eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJtY3AtcmVnaXN0cnkiLCJleHAiOjE3NzI0ODEzNzksIm5iZiI6MTc3MjQ4MTA3OSwiaWF0IjoxNzcyNDgxMDc5LCJhdXRoX21ldGhvZCI6ImdpdGh1Yi1hdCIsImF1dGhfbWV0aG9kX3N1YiI6IkhveWEyNSIsInBlcm1pc3Npb25zIjpbeyJhY3Rpb24iOiJwdWJsaXNoIiwicmVzb3VyY2UiOiJpby5naXRodWIuSG95YTI1LyoifV19.nDjoJG7-k9QMwE9vx18eema3ia-ZyHFp7Jcw6xh4vXNWECcF_M5S8lhWou9YetKpyn48G0RpqhI2pARRRxYbAg","expires_at":1772481379}
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hoya25/nctr-mcp-server",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "MCP server for the NCTR Alliance rewards program. Enables AI agents to discover bounties, earning rates, tier requirements, promotions, and Impact Engine communities.",
|
|
5
|
-
"mcpName": "io.github.
|
|
5
|
+
"mcpName": "io.github.Hoya25/nctr-mcp-server",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
8
|
"url": "https://github.com/Hoya25/mcp-server.git"
|