corevibe555
|
7f4bf19186
|
refactor(mcp): remove unused AnyFunction alias, tighten callback type (#34890)
|
2026-04-10 05:48:01 +00:00 |
|
corevibe555
|
07c573e52f
|
refactor(api): replace Optional/Union with | syntax, remove dead AnyFunction (#34894)
|
2026-04-10 05:46:05 +00:00 |
|
corevibe555
|
d826ac7099
|
refactor(models): replace Any with precise types in Tenant and MCPToo… (#34880)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-04-10 03:12:38 +00:00 |
|
Jean Ibarz
|
d50f096b14
|
fix(mcp): catch JSONDecodeError in OAuth discovery functions 🤖🤖🤖 (#34868)
|
2026-04-10 01:28:57 +00:00 |
|
dataCenter430
|
0bdd1267fb
|
refactor: convert appmode plugin if/elif to match/case (#30001) (#34790)
|
2026-04-09 02:28:03 +00:00 |
|
YBoy
|
12e93d374f
|
refactor(api): type MCP tool schema and arguments with TypedDict (#34612)
|
2026-04-07 01:02:06 +00:00 |
|
lif
|
2e29ac2829
|
fix: remove redundant cast in MCP base session (#34461)
Signed-off-by: majiayu000 <1835304752@qq.com>
|
2026-04-02 12:36:21 +00:00 |
|
99
|
8f9dbf269e
|
chore(api): align Python support with 3.12 (#34419)
Co-authored-by: Asuka Minato <i@asukaminato.eu.org>
|
2026-04-02 05:07:32 +00:00 |
|
lif
|
bc14ad6a8f
|
fix: map checkbox and json_object types in MCP schema publishing (#34226)
Signed-off-by: majiayu000 <1835304752@qq.com>
Co-authored-by: Asuka Minato <i@asukaminato.eu.org>
|
2026-03-30 15:05:57 +00:00 |
|
99
|
40591a7c50
|
refactor(api): use standalone graphon package (#34209)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-03-27 21:05:32 +00:00 |
|
99
|
52e7492cbc
|
refactor(api): rename dify_graph to graphon (#34095)
|
2026-03-25 21:58:56 +08:00 |
|
wangxiaolei
|
041d7ffe3d
|
chore: compatiable resource_metadata return without scheme (#33506)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-03-16 15:44:48 +08:00 |
|
-LAN-
|
4fd6b52808
|
refactor(api): move model_runtime into dify_graph (#32858)
|
2026-03-02 20:15:32 +08:00 |
|
-LAN-
|
c917838f9c
|
refactor: move workflow package to dify_graph (#32844)
|
2026-03-02 18:42:30 +08:00 |
|
99
|
a01de98721
|
refactor(workflow): decouple start node external dependencies (#32793)
|
2026-03-02 02:01:41 +08:00 |
|
盐粒 Yanli
|
5bf0251554
|
chore(typing): reduce ty excludes for A1 (#31721)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-01-30 02:38:57 +08:00 |
|
Sara Rasool
|
4f0fb6df2b
|
chore: use from __future__ import annotations (#30254)
Co-authored-by: Dev <dev@Devs-MacBook-Pro-4.local>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Asuka Minato <i@asukaminato.eu.org>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
|
2026-01-06 23:57:20 +09:00 |
|
Novice
|
d8010a7fbc
|
fix: Add JSON RPC request type guard (#30216)
|
2025-12-28 03:02:46 +09:00 |
|
wangxiaolei
|
b321511518
|
feat: grace ful close the connection (#30039)
|
2025-12-23 18:56:38 +08:00 |
|
Novice
|
7501360663
|
fix: add RFC 9728 compliant well-known URL discovery with path insertion fallback (#29960)
|
2025-12-21 09:19:11 +08:00 |
|
Novice
|
6be013e072
|
feat: implement RFC-compliant OAuth discovery with dynamic scope selection for MCP providers (#28294)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-11-20 11:18:16 +08:00 |
|
hoffer
|
ffc04f2a9b
|
fix: StreamableHTTPTransport got invalid json exception when receive a ping event from mcp server #28111 (#28116)
|
2025-11-13 20:19:48 +08:00 |
|
Vivec
|
5ab315aeaf
|
fix: set conditional capabilities upon MCP client session initialization (#26234)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Novice <novice12185727@gmail.com>
|
2025-10-29 15:11:45 +08:00 |
|
Novice
|
0ded6303c1
|
feat: implement MCP specification 2025-06-18 (#25766)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-10-27 17:07:51 +08:00 |
|
Asuka Minato
|
ab2eacb6c1
|
use model_validate (#26182)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
|
2025-10-10 17:30:13 +09:00 |
|
-LAN-
|
85cda47c70
|
feat: knowledge pipeline (#25360)
Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: twwu <twwu@dify.ai>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
Co-authored-by: jyong <718720800@qq.com>
Co-authored-by: Wu Tianwei <30284043+WTW0313@users.noreply.github.com>
Co-authored-by: QuantumGhost <obelisk.reg+git@gmail.com>
Co-authored-by: lyzno1 <yuanyouhuilyz@gmail.com>
Co-authored-by: quicksand <quicksandzn@gmail.com>
Co-authored-by: Jyong <76649700+JohnJyong@users.noreply.github.com>
Co-authored-by: lyzno1 <92089059+lyzno1@users.noreply.github.com>
Co-authored-by: zxhlyh <jasonapring2015@outlook.com>
Co-authored-by: Yongtao Huang <yongtaoh2022@gmail.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Joel <iamjoel007@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: nite-knite <nkCoding@gmail.com>
Co-authored-by: Hanqing Zhao <sherry9277@gmail.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Harry <xh001x@hotmail.com>
|
2025-09-18 12:49:10 +08:00 |
|
-LAN-
|
bab4975809
|
chore: add ast-grep rule to convert Optional[T] to T | None (#25560)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-09-15 13:06:33 +08:00 |
|
Krito.
|
a13d7987e0
|
chore: adopt StrEnum and auto() for some string-typed enums (#25129)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
|
2025-09-12 21:14:26 +08:00 |
|
-LAN-
|
08dd3f7b50
|
Fix basedpyright type errors (#25435)
Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-09-10 01:54:26 +08:00 |
|
Yongtao Huang
|
2ac7a9c8fc
|
Chore: thanks to bump-pydantic (#25437)
|
2025-09-09 20:07:17 +08:00 |
|
Asuka Minato
|
a78339a040
|
remove bare list, dict, Sequence, None, Any (#25058)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: -LAN- <laipz8200@outlook.com>
|
2025-09-06 03:32:23 +08:00 |
|
Yongtao Huang
|
db53656a45
|
Fix jsonschema compliance: use number instead of float (#25049)
Signed-off-by: Yongtao Huang<yongtaoh2022@gmail.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-09-03 22:27:41 +08:00 |
|
dswl23
|
dabf266048
|
Fix: handle 204 No Content response in MCP client (#25040)
|
2025-09-03 15:22:42 +08:00 |
|
-LAN-
|
9d5956cef8
|
[Chore/Refactor] Switch from MyPy to Basedpyright for type checking (#25047)
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2025-09-03 11:52:26 +08:00 |
|
Novice
|
1a34ff8a67
|
fix: change the mcp server strucutre to support github copilot (#24788)
|
2025-08-29 18:00:58 +08:00 |
|
Yongtao Huang
|
fa753239ad
|
Refactor: use logger = logging.getLogger(__name__) in logging (#24515)
Co-authored-by: Yongtao Huang <99629139+hyongtao-db@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
|
2025-08-26 18:10:31 +08:00 |
|
willzhao
|
5ab6bc283c
|
[CHORE]: x: T = None to x: Optional[T] = None (#24217)
|
2025-08-21 21:58:39 +08:00 |
|
Mingming Zhu
|
34b9fbab48
|
Mcp support resource discovery (#24223)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-08-21 09:46:36 +08:00 |
|
Asuka Minato
|
864872d24e
|
Httpx example (#24151)
|
2025-08-20 16:39:23 +08:00 |
|
Yongtao Huang
|
c9e18346ce
|
Chore: remove empty files and unused code (#23990)
Co-authored-by: Yongtao Huang <99629139+hyongtao-db@users.noreply.github.com>
|
2025-08-15 16:28:41 +08:00 |
|
Will
|
658157e9a1
|
chore: improved type annotations in MCP-related codes (#23984)
|
2025-08-15 15:19:30 +08:00 |
|
Will
|
1ffe190557
|
Feat/improved mcp timeout configs (#23605)
Co-authored-by: crazywoola <427733928@qq.com>
|
2025-08-12 13:14:00 +08:00 |
|
crazywoola
|
1c60b7f070
|
Revert "feat: improved MCP timeout" (#23602)
|
2025-08-08 11:20:53 +08:00 |
|
Will
|
4b0480c8b3
|
feat: improved MCP timeout (#23546)
|
2025-08-08 09:08:14 +08:00 |
|
Asuka Minato
|
a189d293f8
|
make logging not use f-str, change others to f-str (#22882)
|
2025-07-25 10:32:48 +08:00 |
|
Asuka Minato
|
ef51678c73
|
orm filter -> where (#22801)
Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: Claude <noreply@anthropic.com>
|
2025-07-24 00:57:45 +08:00 |
|
Will
|
29f0a9ab94
|
Fix incorrect mcp method_name (#22736)
|
2025-07-21 21:14:38 +08:00 |
|
Bowen Liang
|
74940ad3f2
|
chore: code improvement for mcp_client and mcp_tools_manage_service (#22645)
|
2025-07-21 09:52:55 +08:00 |
|
kenwoodjw
|
3587bd4040
|
fix mcp error not input (#22505)
Signed-off-by: kenwoodjw <blackxin55+@gmail.com>
|
2025-07-17 09:32:42 +08:00 |
|
NeatGuyCoding
|
bf542233a9
|
minor fix: using Pydantic model_validate instead of deprecated parse_obj (#22239)
Signed-off-by: neatguycoding <15627489+NeatGuyCoding@users.noreply.github.com>
|
2025-07-16 10:57:08 +08:00 |
|