Skip to content

Commit 97011dd

Browse files
committed
Add AccountTools for NATS account management
- Introduced a new AccountTools package to manage NATS account operations, including viewing account information, generating reports, creating backups, and inspecting TLS chains. - Implemented a comprehensive input schema for each tool, allowing for detailed configuration options. - Integrated AccountTools into NATSServerTools and registered it within the tool categories for streamlined access. - Updated README.md to reflect new account operations features.
1 parent 6c8280a commit 97011dd

File tree

4 files changed

+427
-0
lines changed

4 files changed

+427
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ The Model Context Protocol (MCP) is an open protocol that standardizes how appli
3434
- Publish messages to NATS subjects
3535
- Support for different message formats
3636
- Asynchronous message publishing
37+
- Account Operations
38+
- View account information and metrics
39+
- Generate account reports (connections and statistics)
40+
- Create and restore account backups
41+
- Inspect TLS chain for connected servers
3742
- Multi-Account Support
3843
- Handle multiple NATS accounts simultaneously
3944
- Secure credential management

0 commit comments

Comments
 (0)