8000
Skip to content

Tags: anirbanbasu/frankfurtermcp

Tags

v.0.4.2

Toggle v.0.4.2's commit message

Verified

This commit was signed with the committer’s verified signature.
anirbanbasu Anirban Basu
chore: Updated README to reflect changes to middleware.

fix: Corrected README to show the appropriate test-coverage run output.

v.0.4.1

Toggle v.0.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added `ToolResult` metadata (#55)

* chore: Using `ToolResult`.
* feat: Added cache hit as metadata.
* chore: Improved coverage to 100%.
* chore: Removed `autouse` from bogus pytest fixtures as CoPilot suggested.
* chore: Updated README to reflect the changes to the response metadata.
* chore: Changed pytest workflow to pytest with coverage.
* chore: Reduced verbosity in GitHub pytest coverage workflow.
* chore: Added explicit environment variable in a `just` target.

v.0.4.0

Toggle v.0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Enabled LRU and TTL caches for historical and latest rates lookups (#43)

* feat: Enabled LRU and TTL caches for historical and latest rates lookups respectively.

* copilot: Addressed CoPilot suggestions.

* copilot: Addressed CoPilot's suggestions.

v.0.4.0.post1

Toggle v.0.4.0.post1's commit message

Verified

This commit was signed with the committer’s verified signature.
anirbanbasu Anirban Basu
fix: Corrected Python version to keep backward compatibility with dep…

…endencies.

v.0.3.6

Toggle v.0.3.6's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
fix: Corrected the pytest fixture-not-found issue.

v.0.3.5.post0

Toggle v.0.3.5.post0's commit message

Verified

This commit was signed with the committer’s verified signature.
anirbanbasu Anirban Basu
fix: Renamed AUTHORS to AUTHORS.md

v.0.3.5

Toggle v.0.3.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
0.3.5 refactoring (#37)

* feat: Major refactoring -- move to more object-oriented design.
feat: Improved Pydantic models.
feat: Added Pydantic model tests.
chore: Removed CLI.
chore: Removed MCP composition example.
chore: Updated README.
chore: Configured mypy.
chore: Added upgrade and test/coverage scripts.

* chore: Upgraded dependencies and pre-commit hooks.

* fix: Using enum for environment variables is a bad idea for its default values.

* chore: Updated README and LICENSE.
chore: Modified test run script to accept arguments.

* chore: Upgraded dependencies.

* copilot: Docstring fix

Updated `tests/test_data_models.py`.

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Anirban Basu <anirbanbasu@users.noreply.github.com>

---------

Signed-off-by: Anirban Basu <anirbanbasu@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

v.0.3.4

Toggle v.0.3.4's commit message

Verified

This commit was signed with the committer’s verified signature.
anirbanbasu Anirban Basu
chore: Removing requirements.txt as it is no longer needed. Stops dep…

…endabot from picking it up too.

v.0.3.3

Toggle v.0.3.3's commit message

Verified

This commit was signed with the committer’s verified signature.
anirbanbasu Anirban Basu
chore: Added mypy hook to pre-commit.

v.0.3.2

Toggle v.0.3.2's commit message

Verified

This commit was signed with the committer’s verified signature.
anirbanbasu Anirban Basu
fix: Some LLMs pass a single currency, as a string, for obtaining rat…

…es. It needs to be converted to a list.
0