Skip to content

v1.2.0

Choose a tag to compare

@jacopoc jacopoc released this 01 Dec 16:09
· 22 commits to main since this release

What's Changed

  • Improve access token validation by dynamically determining the algorithm from the token header in #40
  • Refactor MCP request handling to properly support GET and DELETE methods for authenticated communication in #46
  • Add ESLint and Prettier configuration files; update package.json for linting and formatting scripts; update package.json for miscellaneous minor improvements in #48
  • Refactor code formatting and improve consistency across multiple files in #49
  • Add support for DNS-rebinding attack protection in config.json and remote-server.ts in #55
  • Add Docker containerization instructions to README.md in #56
  • Change backend token name to be compliant with OAuth specifications in #57

Full Changelog: v1.1.0...v1.2.0