Skip to content

Commit 21da2c4

Browse files
committed
fix: update server definition (repo URL: org page -> specific repo)
1 parent fe41a58 commit 21da2c4

1 file changed

Lines changed: 15 additions & 10 deletions

File tree

servers/com.stytch-mcp.json

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,36 +6,41 @@
66
"description": "Manage Stytch authentication projects through the hosted remote MCP server. Configure auth methods, manage users, and set up SSO.",
77
"icon": "https://avatars.githubusercontent.com/u/69983493?v=4",
88
"schema_version": "2.1",
9-
"categories": ["developer-tools"],
10-
"tags": ["stytch", "authentication", "sso", "identity", "users", "auth"],
11-
9+
"categories": [
10+
"developer-tools"
11+
],
12+
"tags": [
13+
"stytch",
14+
"authentication",
15+
"sso",
16+
"identity",
17+
"users",
18+
"auth"
19+
],
1220
"transport": {
1321
"type": "http",
1422
"url": "https://mcp.stytch.dev/mcp",
1523
"metadata": {
1624
"inputs": []
1725
}
1826
},
19-
2027
"auth": {
2128
"type": "oauth",
2229
"instructions": "Connects via OAuth 2.1. Your MCP host will initiate the Stytch OAuth flow to authorize access."
2330
},
24-
2531
"contributor": {
2632
"name": "Stytch",
2733
"github": "stytchauth",
2834
"url": "https://stytch.com"
2935
},
30-
3136
"links": {
32-
"repository": "https://github.com/stytchauth",
37+
"repository": "https://github.com/stytchauth/stytch-mcp",
3338
"homepage": "https://stytch.com",
3439
"documentation": "https://stytch.com/docs/workspace-management/stytch-mcp"
3540
},
36-
37-
"platforms": ["all"],
38-
41+
"platforms": [
42+
"all"
43+
],
3944
"capabilities": {
4045
"tools": true,
4146
"resources": false,

0 commit comments

Comments
 (0)