Skip to content

add: elicitation support #535

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 24 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
e163aea
feat: add elicitations to useConnection
QuantGeekDev Jun 19, 2025
e6166a7
feat: add new schema requirements to DynamicJsonForm
QuantGeekDev Jun 19, 2025
a058229
feat: add ElicitationModal
QuantGeekDev Jun 19, 2025
fc939eb
feat: add elicitation support to jsonUtils
QuantGeekDev Jun 19, 2025
6c809bd
test: new elicitation format for jsonUtils
QuantGeekDev Jun 19, 2025
124c781
feat: add elicitation handling to App
QuantGeekDev Jun 19, 2025
dfbf10c
test: elicitation handling
QuantGeekDev Jun 19, 2025
19ff315
Merge branch 'origin/main' into feature/elicitations
QuantGeekDev Jul 3, 2025
8053e69
Update package-lock.json
QuantGeekDev Jul 4, 2025
ea97f37
Update client/package.json
QuantGeekDev Jul 4, 2025
b4a2a6b
feat: add elicitation request
QuantGeekDev Jul 4, 2025
0411383
test: Elicitation request
QuantGeekDev Jul 4, 2025
9539c16
feat: add elicitations tab
QuantGeekDev Jul 4, 2025
2baf8bc
test: elicitations tab
QuantGeekDev Jul 4, 2025
28c1890
feat: replace modal logic with new tab request for elicitation
QuantGeekDev Jul 4, 2025
f2166c9
refactor: remove dead code
QuantGeekDev Jul 4, 2025
e6c8b94
feat: use decline instead of reject
QuantGeekDev Jul 4, 2025
3a121bc
fix: support JSON Schema spec compliant oneOf with const for labeled …
QuantGeekDev Jul 4, 2025
efd5f8a
feat: enum support in dynamic json form
QuantGeekDev Jul 4, 2025
6cddc51
Merge branch 'feature/elicitations' of https://github.com/QuantGeekDe…
QuantGeekDev Jul 4, 2025
844bbe0
Merge branch 'main' into feature/elicitations
QuantGeekDev Jul 4, 2025
484b5b8
chore: bump sdk version
QuantGeekDev Jul 4, 2025
29678dd
Merge branch 'feature/elicitations' of https://github.com/QuantGeekDe…
QuantGeekDev Jul 4, 2025
6b204b5
feat: add active tab system
QuantGeekDev Jul 18, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@
"cleanup:e2e": "node e2e/global-teardown.js"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.13.1",
"@modelcontextprotocol/sdk": "^1.14.0",
"@radix-ui/react-checkbox": "^1.1.4",
"ajv": "^6.12.6",
"@radix-ui/react-dialog": "^1.1.3",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
Expand All @@ -37,6 +36,7 @@
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-toast": "^1.2.6",
"@radix-ui/react-tooltip": "^1.1.8",
"ajv": "^6.12.6",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.4",
Expand Down
Loading