-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 874 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 874 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "@hoya25/nctr-mcp-server",
"version": "1.0.2",
"description": "MCP server for the NCTR Alliance rewards program. Enables AI agents to discover bounties, earning rates, tier requirements, promotions, and Impact Engine communities.",
"mcpName": "io.github.Hoya25/nctr-mcp-server",
"repository": {
"type": "git",
"url": "https://github.com/Hoya25/mcp-server.git"
},
"keywords": [
"mcp",
"rewards",
"loyalty",
"nctr",
"bounties",
"model-context-protocol"
],
"author": "NCTR Alliance <anderson@butterflystudios.live>",
"license": "MIT",
"engines": {
"node": ">=20.0.0"
},
"scripts": {
"dev": "supabase functions serve --no-verify-jwt mcp",
"deploy": "supabase functions deploy --no-verify-jwt mcp",
"test": "bash test-mcp-server.sh",
"inspector": "npx @modelcontextprotocol/inspector"
}
}