Commit graph

171 commits

Author SHA1 Message Date
Jeremiah Lowin
2212d39026
Merge pull request #54 from jlowin/jlowin-patch-1 v0.4.0
Relicense from Apache 2.0 to MIT
2024-12-04 19:48:14 -05:00
Jeremiah Lowin
8635f5759c
Relicense from Apache 2.0 to MIT
In preparation for contribution to the MCP SDk
2024-12-04 19:43:36 -05:00
nate nowack
7d7ac36cb5
Merge pull request #49 from jlowin/fs
add pgvector memory example
2024-12-03 15:39:57 -06:00
zzstoatzz
0040d83899 add note 2024-12-03 13:13:33 -06:00
zzstoatzz
7947d69185 merge conflict
fix

merge conflict

multi
2024-12-03 13:13:32 -06:00
zzstoatzz
d6efd774ff merge conflict 2024-12-03 13:12:21 -06:00
Jeremiah Lowin
e0ead26963
Merge pull request #51 from sd2k/use-stderr-for-logs
fix: use stderr for logging
2024-12-03 14:08:34 -05:00
Jeremiah Lowin
8cce799d2a
Merge branch 'main' into use-stderr-for-logs 2024-12-03 14:02:35 -05:00
Jeremiah Lowin
5ddec50e73
Merge pull request #52 from jlowin/pyright
Add pyright + tests
2024-12-03 14:02:20 -05:00
Jeremiah Lowin
fae91fa2f6 Fix tests 2024-12-03 13:58:29 -05:00
Jeremiah Lowin
2b3e3ec360 Pyright passing 2024-12-03 13:55:13 -05:00
Jeremiah Lowin
7331ec9712 Fix FileUrl 2024-12-03 13:49:50 -05:00
Jeremiah Lowin
296ef93b19 Update prompt fn signature 2024-12-03 13:49:02 -05:00
Jeremiah Lowin
5079945310 test server updates 2024-12-03 13:43:57 -05:00
Jeremiah Lowin
5cb154fa1b Add typing for content 2024-12-03 13:09:41 -05:00
Jeremiah Lowin
83eb81ff7f Handle URL tests 2024-12-03 12:54:25 -05:00
Jeremiah Lowin
f1abe01b57 Add pyright 2024-12-03 12:27:02 -05:00
Ben Sully
4e4436687b
fix: use stderr for logging
Without this, logs get sent to stdout which is captured by the
JSONRPC protocol (which also causes some errors with clients when
the invalid JSON is sent over the stdout pipe).
2024-12-03 16:19:29 +00:00
Jeremiah Lowin
6a13ab98ad
Merge pull request #48 from jlowin/ai-labeler
Update ai-labeler.yml
2024-12-02 21:52:16 -05:00
Jeremiah Lowin
4d05969a6f Update ai-labeler.yml 2024-12-02 21:52:00 -05:00
Jeremiah Lowin
d90de0819f
Merge pull request #47 from jlowin/warning-and-flake
fix warning and flake
2024-12-02 21:49:59 -05:00
zzstoatzz
e383d5d75a update references to old class names 2024-12-02 20:11:06 -06:00
zzstoatzz
8e1fa7a551 fix warning and flake 2024-12-02 20:06:57 -06:00
Jeremiah Lowin
f03184b1f1
Merge pull request #46 from jlowin/ai-labeler v0.3.5
Make AI labeler more conservative
2024-12-02 20:51:46 -05:00
Jeremiah Lowin
a3b3e6ec61 Make AI labeler more conservative 2024-12-02 20:49:27 -05:00
Jeremiah Lowin
e37ccb9ad2
Merge pull request #31 from jurasofish/draft-handling-of-complex-inputs
Handle complex inputs
2024-12-02 20:28:41 -05:00
Michael Jurasovic
aa56d36c62 Remove docstring 2024-12-03 12:19:17 +11:00
Michael Jurasovic
5c3a4517c2 Handling of complex inputs 2024-12-03 12:19:17 +11:00
Jeremiah Lowin
7bf0e1e6d1
Merge pull request #43 from justjoehere/windows2
Additional Windows Fixes for Dev running and for importing modules in a server
2024-12-02 20:18:22 -05:00
Jeremiah Lowin
f0b0392ae7
Merge branch 'main' into windows2 2024-12-02 20:16:16 -05:00
Jeremiah Lowin
a1da042d34
Merge pull request #42 from justjoehere/windows
Changes to accomodate windows users.
2024-12-02 20:14:34 -05:00
Jeremiah Lowin
f5bc5cea98
Merge branch 'main' into windows 2024-12-02 20:11:28 -05:00
Jeremiah Lowin
15640d33de
Merge pull request #44 from jlowin/os-tests
Set up multiple os tests
2024-12-02 20:11:13 -05:00
Jeremiah Lowin
4a9f365916 Update dependencies 2024-12-02 19:55:28 -05:00
Jeremiah Lowin
fc256b6373 Update run-tests.yml 2024-12-02 19:47:02 -05:00
Jeremiah Lowin
7700a03280 Update run-tests.yml 2024-12-02 19:46:06 -05:00
Jeremiah Lowin
f7902c5690 Update run-tests.yml 2024-12-02 19:45:22 -05:00
Jeremiah Lowin
10e2db7c0c Set up multiple os tests 2024-12-02 19:43:12 -05:00
justjoehere
24a1f74095 Made the test context aware. Since windows will called npx subprocess twice, once to find it, and once to execute it, but unix will only call once. 2024-12-02 17:31:25 -05:00
justjoehere
f0a92df155 Adding some notes for windows users 2024-12-02 17:22:46 -05:00
justjoehere
72efb02b6d Adding some notes for windows users 2024-12-02 17:18:53 -05:00
justjoehere
f6172d0312 Adding some notes for windows users 2024-12-02 16:57:40 -05:00
justjoehere
aa3c5e8192 1) Fixing this for windows in finding npm/npx for running servers in dev mode.
2) Fixing this for allowing server.py files to include module imports.  Before they weren't resolving properly.
2024-12-02 16:54:20 -05:00
justjoehere
de549c5aff Changes to accomodate windows users. 2024-12-02 15:08:20 -05:00
Jeremiah Lowin
0f2b5a32d9
Merge pull request #40 from jlowin/baseurl v0.3.4
Remove BaseURL reference and use AnyURL
2024-12-02 12:56:30 -05:00
Jeremiah Lowin
73b06f81d3 Use FileURL where possible 2024-12-02 12:55:20 -05:00
Jeremiah Lowin
ec74c0293d Remove BaseURL reference and use AnyURL 2024-12-02 12:47:36 -05:00
Jeremiah Lowin
16ee0e53aa
Merge pull request #37 from jlowin/claude-config
Handle missing config file when installing
2024-12-02 09:47:12 -05:00
Jeremiah Lowin
66312c84ca Handle missing config file when installing 2024-12-02 09:45:40 -05:00
Jeremiah Lowin
d27db7645a
Remove host/port for now 2024-12-02 09:29:02 -05:00