Skip to content

v1.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 02 May 09:20
· 72 commits to main since this release

1.0.0 (2025-05-02)

Bug Fixes

  • add workflows permission to semantic-release workflow (de3a335)
  • Align CLI options and descriptions with style guide (0f5f490)
  • align ipaddress CLI descriptions with tool/schema (1eeaeeb)
  • align README tool example with concise description style (b8126a4)
  • correct TypeScript errors in transport utility (573a7e6)
  • deps: update dependencies to latest versions (97baabe)
  • ensure executable permissions for bin script (395f1dc)
  • google: add more search params (4c3673b)
  • handle empty strings properly in greet function (546d3a8)
  • improve error logging with IP address details (121f516)
  • improve GitHub Packages publishing with a more robust approach (fd2aec9)
  • improve GitHub Packages publishing with better error handling and debugging (db25f04)
  • improve GITHUB_OUTPUT syntax in semantic-release workflow (6f154bc)
  • improve version detection for global installations (97a95dc)
  • logger: ensure consistent logger implementation across all projects (ec37c74)
  • logging: ensure consistent logger implementation across projects (253323e)
  • make publish workflow more resilient against version conflicts (ffd3705)
  • remove invalid workflows permission (c012e46)
  • remove type module to fix CommonJS compatibility (8b1f00c)
  • rename IP tool to 'ip_get_details' for naming consistency (fb2a5c6)
  • resolve linter errors in version detection code (5f1f33e)
  • server: change apiKey to optional (b2d503c)
  • unify tool description for clarity and consistency (006460b)
  • Update dependencies and fix related type errors (dfdec0a)
  • update examples to use correct API (greet instead of sayHello) (7c062ca)
  • update function references from register to registerTools and registerResources (393cff2)
  • update release workflow to ensure correct versioning in compiled files (a365394)
  • update version display in CLI (2b7846c)

Features

  • add automated dependency management (efa1b62)
  • add CLI usage examples for both JavaScript and TypeScript (d5743b0)
  • add support for custom name in greet command (be48a05)
  • add version update script and fix version display (ec831d3)
  • boilerplate: improve version handling and module exports (faa1713)
  • implement review recommendations (a23cbc0)
  • implement testing, linting, and semantic versioning (1d7710d)
  • improve CI workflows with standardized Node.js version, caching, and dual publishing (0dc9470)
  • improve development workflow and update documentation (4458957)
  • improve package structure and add better examples (bd66891)
  • logging: add file logging with session ID to ~/.mcp/data/ (0448918)
  • mcp: finished server and cli setup (58b855d)
  • Support multiple keys for global config lookup (49c26f1)

Performance Improvements

  • core: refactor code structure to align with Atlassian MCP patterns (090fd56)
  • ipaddress: enhance formatter output and optimize service implementation (f1ccdbf)
  • standards: align codebase with Atlassian MCP server patterns (8b8eb13)
  • tests: add CLI test infrastructure and ipaddress tests (ccee308)
  • Update dependencies (b35601d)
  • Update dependencies (b0c4046)
  • Update dependencies (6f6ed3e)
  • utils: implement standardized core utilities and error handling (6c14a2f)

Reverts

  • restore simple version handling (bd0fadf)