mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-09-10 22:41:17 +00:00
remove extra comments
This commit is contained in:
parent
1b6d5bc17a
commit
93911d6838
1 changed files with 0 additions and 3 deletions
|
|
@ -100,9 +100,6 @@ const mcpHandler = SupermemoryMCP.mount("/mcp", {
|
|||
},
|
||||
})
|
||||
|
||||
// MCP request handler — registered on both bare and wildcard paths
|
||||
// to comply with MCP Streamable HTTP transport spec, which requires
|
||||
// a single endpoint that accepts POST, GET, and DELETE.
|
||||
const handleMcpRequest = async (c: Context<{ Bindings: Bindings }>) => {
|
||||
const authHeader = c.req.header("Authorization")
|
||||
const token = authHeader?.replace(/^Bearer\s+/i, "")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue