Route neurontechnologies.ai/mcp to neuron-mcp:8080
Expose the MCP endpoint directly at the root domain so Bearer token clients can reach it without going through the OAuth subdomain. The Spring Boot MCP layer already accepts ntn_* API keys via ApiKeyAuthenticationFilter; this ingress rule enables access via https://neurontechnologies.ai/mcp.
This commit is contained in:
@@ -70,6 +70,13 @@ spec:
|
||||
- host: neurontechnologies.ai
|
||||
http:
|
||||
paths:
|
||||
- path: /mcp
|
||||
pathType: Prefix
|
||||
backend:
|
||||
service:
|
||||
name: neuron-mcp
|
||||
port:
|
||||
number: 8080
|
||||
- path: /oauth2
|
||||
pathType: Prefix
|
||||
backend:
|
||||
|
||||
Reference in New Issue
Block a user