Skip to content

Commit 157b9cb

Browse files
authored
Merge pull request #57 from jkawamoto/glama
Add glama.json to ignore files and initialize schema definition
2 parents 20e6dad + f2b41d0 commit 157b9cb

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

.dockerignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ tests/
33
__pycache__/
44
manifest.json
55
server.json
6+
glama.json

.mcpbignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ tests/
33
__pycache__/
44
Dockerfile
55
server.json
6+
glama.json

glama.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"$schema": "https://glama.ai/mcp/schemas/server.json",
3+
"maintainers": [
4+
"jkawamoto"
5+
]
6+
}

0 commit comments

Comments
 (0)