Skip to content

Commit f95d751

Browse files
committed
Add spec for langchain based agent
Signed-off-by: Mihai Criveti <[email protected]>
1 parent 316a5f1 commit f95d751

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
A configurable Langchain agent that supports MCP and integrates with the MCP Gateway via streamable HTTP + Auth.
2+
3+
Tools can be specified as a CSV list.
4+
5+
Exposes an OpenAI compatible API.
6+
7+
Endpoints for:
8+
9+
/health
10+
/ready
11+
/list_tools
12+
13+
etc. are provided.

0 commit comments

Comments
 (0)