You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* edits and test attempts
* flexing with tests
* refactor(tests): update private API tests and pytest config
- Refactor private API tests to use manual server/client creation
- Add proper cleanup with try/finally blocks
- Ensure server is closed after each test
- Set explicit asyncio_default_fixture_loop_scope in pytest config
The changes improve test isolation and follow the integration tests pattern.
Each test now creates its own server and client instances, making tests
more reliable and easier to debug. The pytest configuration update removes
deprecation warning by explicitly setting the event loop scope to "function".
* chore(lint): enable Ruff unsafe fixes
Enable unsafe fixes in Ruff configuration to allow automatic
fixing of docstring formatting and other similar issues.
This will help maintain consistent code style with less
manual intervention.
* remomve unused
* ruff check finished
* preparation for 1st release
* removed private client
removed multiexchange
changed config for pyright
* changes for pyright
* edits for starting stdio or sse
* claude desktop client not working for now
* update packages
bump version
fix client and tests
* update packages
bump version
fix client and tests
0 commit comments