mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-21 19:00:13 +01:00
🧰 refactor: Decouple MCP Tools from System Tools (#9748)
This commit is contained in:
parent
9d2aba5df5
commit
386900fb4f
29 changed files with 1032 additions and 1195 deletions
|
|
@ -297,6 +297,12 @@ export const getAvailableTools = (
|
|||
return request.get(path);
|
||||
};
|
||||
|
||||
/* MCP Tools - Decoupled from regular tools */
|
||||
|
||||
export const getMCPTools = (): Promise<s.TPlugin[]> => {
|
||||
return request.get(endpoints.mcp.tools);
|
||||
};
|
||||
|
||||
export const getVerifyAgentToolAuth = (
|
||||
params: q.VerifyToolAuthParams,
|
||||
): Promise<q.VerifyToolAuthResponse> => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue