Skip to content

Commit aa3d2d8

Browse files
cpoderclaude
andcommitted
Add flow steps and built-in services resources for RAG (v1.8.0)
New MCP resources (2 added, 5 total): - wm://docs/flow-steps-reference: Official IBM documentation for all 7 flow step types (INVOKE, BRANCH, LOOP, MAP, SEQUENCE, REPEAT, EXIT) with properties, behavior rules, failure conditions, data mapping - wm://docs/builtin-services: Complete input/output signatures for pub.string (32 services), pub.math (22), pub.list (6), pub.date (12), pub.flow (20+), plus Kafka listener configuration These resources enable AI assistants to correctly construct flow services by referencing the documentation when building complex patterns. 223 tools + 9 prompts + 5 resources. 155/155 E2E tests passing. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent d8ce486 commit aa3d2d8

3 files changed

Lines changed: 821 additions & 2 deletions

File tree

mcp-server-rs/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mcp-server-rs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wm-mcp-server"
3-
version = "1.7.0"
3+
version = "1.8.0"
44
edition = "2024"
55
description = "MCP server for managing webMethods Integration Server via pure HTTP API"
66
license = "MIT"

0 commit comments

Comments
 (0)