-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
37 lines (37 loc) · 1.04 KB
/
server.json
File metadata and controls
37 lines (37 loc) · 1.04 KB
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
30
31
32
33
34
35
36
37
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.Ratnaditya-J/spineframe",
"version": "1.2.0",
"title": "SpineFrame",
"description": "Governance runtime for AI agents with signed provenance, compliance audits, and OSINT.",
"websiteUrl": "https://spineframe.xyz",
"repository": {
"url": "https://github.com/Ratnaditya-J/spineframe",
"source": "github"
},
"packages": [
{
"registryType": "pypi",
"identifier": "spineframe",
"version": "1.2.0",
"transport": {
"type": "stdio"
},
"runtimeHint": "uvx",
"environmentVariables": [
{
"name": "SPINEFRAME_RUNS_DIR",
"description": "Directory for storing run data and artifacts",
"isRequired": false,
"isSecret": false
},
{
"name": "SPINEFRAME_CONFIG",
"description": "Path to providers.json config file",
"isRequired": false,
"isSecret": false
}
]
}
]
}