|
|
8d554a2dac
|
Merge branch 'feat/tool-plugin-oauth' into deploy/dev
# Conflicts:
# api/controllers/console/workspace/tool_providers.py
|
2025-07-11 13:55:11 +08:00 |
|
|
|
f3bbab0eed
|
Merge remote-tracking branch 'origin/main' into feat/tool-plugin-oauth
# Conflicts:
# api/controllers/console/workspace/tool_providers.py
# api/core/tools/entities/api_entities.py
# api/core/tools/tool_manager.py
# api/core/tools/utils/configuration.py
# api/services/tools/tools_transform_service.py
|
2025-07-11 13:48:41 +08:00 |
|
|
|
e576b989b8
|
feat(tool): add support for API key authentication via query parameter (#21656)
|
2025-07-11 10:39:20 +08:00 |
|
|
|
f929bfb94c
|
minor fix: remove duplicates, fix typo, and add restriction for get mcp server (#22170)
Signed-off-by: neatguycoding <15627489+NeatGuyCoding@users.noreply.github.com>
|
2025-07-11 09:40:17 +08:00 |
|
|
|
94a13d7d62
|
feat: add support for dark icons in provider and tool entities (#22081)
|
2025-07-10 14:43:31 +08:00 |
|
|
|
535fff62f3
|
feat: add MCP support (#20716)
Co-authored-by: QuantumGhost <obelisk.reg+git@gmail.com>
|
2025-07-10 14:01:34 +08:00 |
|
|
|
c6b76cf43e
|
feat(oauth): refactor session management in tool provider operations
|
2025-07-09 14:55:22 +08:00 |
|
|
|
f35b8d6245
|
feat(oauth): refactor session management in tool provider operations
|
2025-07-09 14:45:52 +08:00 |
|
|
|
24c5ee1d6d
|
Merge branch 'feat/mcp' into deploy/dev
|
2025-07-09 14:45:46 +08:00 |
|
|
|
7b3bb1d960
|
fix: auth api error handle
|
2025-07-09 14:44:51 +08:00 |
|
|
|
86ade96994
|
feat(oauth): add credential validation for providers
|
2025-07-09 11:58:35 +08:00 |
|
|
|
ef330fec2c
|
feat(oauth): add credential validation for providers
|
2025-07-09 11:57:31 +08:00 |
|
|
|
236e184db6
|
chore: handle merge conflict
|
2025-07-06 15:48:11 +08:00 |
|
|
|
5298e06763
|
Merge branch 'feat/tool-plugin-oauth' into deploy/dev
# Conflicts:
# api/core/plugin/backwards_invocation/encrypt.py
# api/core/tools/tool_manager.py
# api/core/tools/utils/encryption.py
# api/services/plugin/plugin_parameter_service.py
# api/services/tools/api_tools_manage_service.py
# api/services/tools/builtin_tools_manage_service.py
# api/services/tools/tools_transform_service.py
|
2025-07-04 17:37:26 +08:00 |
|
|
|
0dc5bfb2c7
|
feat(oauth): refactor tool encryption utils
|
2025-07-04 17:28:22 +08:00 |
|
|
|
eaefa1b7e6
|
feat(oauth): refactor encryption
|
2025-07-04 17:28:13 +08:00 |
|
|
|
9f053f3bbc
|
feat(oauth): rename ToolProviderCredentialType to CredentialType for consistency
|
2025-07-04 17:28:09 +08:00 |
|
|
|
478c156f7d
|
feat(oauth&mcp): refactor credential encrypter
|
2025-07-04 15:28:41 +08:00 |
|
|
|
c160a0e5e3
|
Merge branch 'feat/tool-plugin-oauth' into deploy/dev
# Conflicts:
# api/controllers/console/workspace/tool_providers.py
# api/core/tools/entities/api_entities.py
# api/core/tools/tool_manager.py
# api/core/tools/utils/configuration.py
# api/services/tools/tools_transform_service.py
|
2025-07-04 14:42:43 +08:00 |
|
|
|
9b25b7a8d8
|
feat(oauth): rename ToolProviderCredentialType to CredentialType for consistency
|
2025-07-04 14:29:34 +08:00 |
|
|
|
988a76066d
|
feat(oauth): enhance OAuth client handling and add custom client support
|
2025-07-02 20:19:04 +08:00 |
|
|
|
3e9368ce84
|
refactor: simplify logic based on review suggestions
|
2025-07-02 15:15:38 +08:00 |
|
|
|
6ef1e017df
|
feat(oauth): add support for retrieving credential info and OAuth client schema
|
2025-07-02 14:58:50 +08:00 |
|
|
|
7951a1c4df
|
refactor(tool): implement multi provider credentials support
|
2025-07-02 10:05:18 +08:00 |
|
|
|
3102a41ab7
|
fix: add api return uuid
|
2025-07-01 14:07:10 +08:00 |
|
|
|
daec82bd44
|
feat(oauth): refactor tool provider methods and enhance credential handling
|
2025-07-01 12:53:48 +08:00 |
|
|
|
ba843c2691
|
feat(oauth): update api
|
2025-06-26 11:59:20 +08:00 |
|
|
|
ef35e9febb
|
feat: add server identifer field
|
2025-06-26 10:32:05 +08:00 |
|
|
|
8f61408cb6
|
fix: change the mcp tool update logic
|
2025-06-26 09:42:19 +08:00 |
|
|
|
ce4cc54cc9
|
feat(oauth): merge tool oauth and remove sequence number branches
|
2025-06-25 14:51:55 +08:00 |
|
|
|
f783ad68e4
|
chore(refactor): queries in service and auth components
|
2025-06-25 14:09:19 +08:00 |
|
|
|
01922f2d02
|
feat: add unique id in mcp tool dsl
|
2025-06-25 09:38:50 +08:00 |
|
|
|
5e7c5863ef
|
refactor(tool oauth): update api implementation
|
2025-06-24 21:07:45 +08:00 |
|
|
|
a67325f444
|
fix: change the icon handle logic
|
2025-06-23 16:04:12 +08:00 |
|
|
|
5f6f02350e
|
chore: change the redirect url
|
2025-06-23 14:10:18 +08:00 |
|
|
|
7f292dc261
|
fix: remove debugging flags
|
2025-06-23 12:49:18 +08:00 |
|
|
|
b3a8dbe2f5
|
fix: typo
|
2025-06-23 11:20:54 +08:00 |
|
|
|
12c20ec7f6
|
feat: plugin OAuth with stateful
|
2025-06-23 10:48:20 +08:00 |
|
|
|
58faef8b5b
|
Merge branch 'main' into feat/mcp
|
2025-06-19 16:51:50 +08:00 |
|
|
|
9dd1cd9df8
|
fix: update mcp tool auth
|
2025-06-18 17:58:59 +08:00 |
|
|
|
2440ac43b1
|
fix: Replace GenericProviderID with ToolProviderID (#21064)
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2025-06-16 17:35:46 +08:00 |
|
|
|
b4317cd0dc
|
feat: implement serveless streamable server
|
2025-06-13 16:53:18 +08:00 |
|
|
|
14aecc147b
|
feat: add encrypted
|
2025-05-30 09:19:46 +08:00 |
|
|
|
1c84a27e7e
|
feat: mcp tool add input schema
|
2025-05-29 15:32:26 +08:00 |
|
|
|
2e4dfbd60f
|
fix: redirect url change
|
2025-05-28 13:55:26 +08:00 |
|
|
|
c7cb3770a4
|
feat: agent node add mcp tools
|
2025-05-28 09:26:14 +08:00 |
|
|
|
41bbcb9540
|
feat: upgrade streamable http client
|
2025-05-27 13:14:51 +08:00 |
|
|
|
e42831335d
|
fix: add icon
|
2025-05-23 10:22:32 +08:00 |
|
|
|
c1a58ac160
|
feat: mcp client init
|
2025-05-19 18:03:40 +08:00 |
|
|
|
abafa68647
|
refactor: rename plugin manager to plugin client and rename path from manager to impl (#18876)
|
2025-04-27 14:22:25 +08:00 |
|