Skip to content

Releases: shigechika/eos-mcp

v1.1.4

Choose a tag to compare

@shigechika shigechika released this 06 Aug 07:38
Immutable release. Only release title and notes can be modified.
0d91611

1.1.4 (2026-08-06)

Bug Fixes

  • deps: ignore mcp major version updates in Dependabot (#72) (70d6052)

v1.1.3

Choose a tag to compare

@shigechika shigechika released this 31 Jul 09:47
Immutable release. Only release title and notes can be modified.
6e00f01

1.1.3 (2026-07-31)

Bug Fixes

v1.1.2

Choose a tag to compare

@shigechika shigechika released this 27 Jul 22:28
Immutable release. Only release title and notes can be modified.
f6f71d2

1.1.2 (2026-07-27)

Bug Fixes

  • ci: read AI-review guidance from the base revision, drop the checkout (#65) (4b63d22)
  • sync the smoke-test engine (#63) (1986c7a)

v1.1.1

Choose a tag to compare

@shigechika shigechika released this 26 Jul 09:20
Immutable release. Only release title and notes can be modified.
547c12c

1.1.1 (2026-07-26)

Bug Fixes

  • assert what a working answer contains, not what any answer does (#60) (9d210ef)

v1.1.0

Choose a tag to compare

@shigechika shigechika released this 26 Jul 04:37
Immutable release. Only release title and notes can be modified.
e2513c0

1.1.0 (2026-07-26)

Features

  • live smoke test that exercises every registered tool (#58) (3d85756)

v1.0.2

Choose a tag to compare

@shigechika shigechika released this 12 Jul 07:20
312c4d4

1.0.2 (2026-07-12)

Documentation

  • fix daily_brief return-type claim, add eapi.py invariants (#41) (ef81a83)

v1.0.1

Choose a tag to compare

@shigechika shigechika released this 07 Jul 07:51
7265562

1.0.1 (2026-07-07)

Bug Fixes

  • correct --help epilog's config discovery order (#30) (de32f14)
  • daily_brief: only flag BGP/OSPF ADJCHANGE on down/reset transitions (#31) (8b3cf7a), closes #13

v1.0.0

Choose a tag to compare

@shigechika shigechika released this 07 Jul 06:25
ce595d5

1.0.0 (2026-07-07)

⚠ BREAKING CHANGES

  • --transport CLI flag removed; the server is now stdio-only. eos-mcp --transport stdio (or any other value) now errors as an unrecognized argument. The documented invocation (eos-mcp with no transport flag) is unaffected.

Code Refactoring

  • drop streamable-http transport, go stdio-only (#28) (aef0014)

v0.4.1

Choose a tag to compare

@shigechika shigechika released this 07 Jul 05:59
90e15e2

0.4.1 (2026-07-07)

Documentation

  • add CLAUDE.md and Copilot review instructions (#25) (a54dc8a)

v0.4.0

Choose a tag to compare

@shigechika shigechika released this 26 Jun 08:42
5ca13a5

0.4.0 (2026-06-26)

Features

  • daily_brief: parse all EOS logging timestamp formats (RFC3339 + traditional + default) (#23) (35d90f7), closes #22