forked from auth0/auth0-auth-js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 732 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 732 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
{
"name": "example-fastmcp-mcp",
"version": "0.1.0-beta.1",
"description": "FastMCP Server Example (Beta) — Example implementation of an MCP server using FastMCP framework with Auth0 authentication. This example is in beta and demonstrates secure MCP server patterns with OAuth 2.0 and JWT validation.",
"type": "module",
"scripts": {
"start": "tsx src/index.ts --project tsconfig.json"
},
"dependencies": {
"@auth0/auth0-api-js": "*",
"@modelcontextprotocol/sdk": "^1.17.2",
"dotenv": "^17.2.1",
"fastmcp": "^3.12.0",
"jose": "^6.0.12",
"zod": "^4.0.17"
},
"devDependencies": {
"tsx": "^4.20.3",
"typescript": "^5.8.3"
},
"keywords": [
"fastmcp",
"example"
]
}