chore: add example MCP server API entity
Signed-off-by: benjdlambert <ben@blam.sh>
This commit is contained in:
@@ -5,6 +5,7 @@ metadata:
|
||||
description: A collection of all Backstage example APIs
|
||||
spec:
|
||||
targets:
|
||||
- ./apis/backstage-mcp-server-api.yaml
|
||||
- ./apis/hello-world-api.yaml
|
||||
- ./apis/hello-world-trpc-api.yaml
|
||||
- ./apis/petstore-api.yaml
|
||||
|
||||
@@ -0,0 +1,15 @@
|
||||
apiVersion: backstage.io/v1alpha2
|
||||
kind: API
|
||||
metadata:
|
||||
name: backstage-mcp-server
|
||||
description: An MCP server that exposes tools related to the Backstage ecosystem
|
||||
tags:
|
||||
- mcp
|
||||
- ai
|
||||
spec:
|
||||
type: mcp-server
|
||||
lifecycle: experimental
|
||||
owner: team-a
|
||||
remotes:
|
||||
- type: streamable-http
|
||||
url: http://localhost:7007/api/mcp/v1
|
||||
Reference in New Issue
Block a user