(slug: string)
| 29 | }; |
| 30 | |
| 31 | const toolkitPath = (slug: string): string => `/mcp/toolkits/${encodeURIComponent(slug)}`; |
| 32 | |
| 33 | const resourcePathForRequest = (request: Request): string => { |
| 34 | const slug = toolkitSlugFromPath(new URL(request.url).pathname); |
no outgoing calls
no test coverage detected