Skip to content

Commit 5ec8b33

Browse files
authored
Release 17.0.0-beta.10 (#43)
feat: add cursor-based pagination decorator for MCP tools (feat: add cursor-based pagination decorator for MCP tools #40) fix(hosted-mcp): use exact text matching in callTool helper (fix(hosted-mcp): use exact text matching in callTool helper #41)
1 parent 486409b commit 5ec8b33

20 files changed

Lines changed: 778 additions & 63 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
},
77
"metadata": {
88
"description": "Claude Code plugins for the Umbraco MCP Toolkit - professional skills for building MCP servers, testing, and API integration",
9-
"version": "17.0.0-beta.9",
9+
"version": "17.0.0-beta.10",
1010
"homepage": "https://github.com/umbraco/Umbraco-MCP-Base"
1111
},
1212
"plugins": [
1313
{
1414
"name": "umbraco-mcp-skills",
1515
"source": "./plugins",
1616
"description": "Professional skills for building Umbraco MCP servers - tool creation, testing, API patterns, and eval testing",
17-
"version": "17.0.0-beta.9",
17+
"version": "17.0.0-beta.10",
1818
"category": "development",
1919
"author": {
2020
"name": "Phil W",
@@ -35,7 +35,7 @@
3535
"name": "umbraco-mcp-server",
3636
"source": "./plugins-server",
3737
"description": "Skills for CLI operation of Umbraco MCP servers - CLI setup, tool filtering, introspection, and runtime modes",
38-
"version": "17.0.0-beta.9",
38+
"version": "17.0.0-beta.10",
3939
"category": "operations",
4040
"author": {
4141
"name": "Phil W",

.github/workflows/test.yml

Lines changed: 43 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -247,49 +247,51 @@ jobs:
247247
env:
248248
KEEP_E2E_ASSETS: 'true'
249249

250-
- name: Skill E2E (build tool + integration test)
251-
if: >-
252-
github.event.pull_request.base.ref == 'main' &&
253-
startsWith(github.event.pull_request.head.ref, 'release/')
254-
run: npm run test:e2e:skills -w packages/create-mcp-server
255-
timeout-minutes: 10
256-
env:
257-
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
258-
CLAUDECODE: ''
250+
# Temporarily disabled — API credit balance exhausted
251+
# - name: Skill E2E (build tool + integration test)
252+
# if: >-
253+
# github.event.pull_request.base.ref == 'main' &&
254+
# startsWith(github.event.pull_request.head.ref, 'release/')
255+
# run: npm run test:e2e:skills -w packages/create-mcp-server
256+
# timeout-minutes: 10
257+
# env:
258+
# ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
259+
# CLAUDECODE: ''
259260

260261
- name: Clean up E2E assets
261262
if: always()
262263
run: npm run test:e2e:cleanup -w packages/create-mcp-server || true
263264

264-
evals:
265-
name: LLM Eval Tests
266-
if: >-
267-
github.event.pull_request.base.ref == 'main' &&
268-
startsWith(github.event.pull_request.head.ref, 'release/')
269-
runs-on: ubuntu-latest
270-
271-
env:
272-
NODE_TLS_REJECT_UNAUTHORIZED: '0'
273-
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
274-
275-
steps:
276-
- name: Checkout
277-
uses: actions/checkout@v4
278-
279-
- name: Setup Node.js
280-
uses: actions/setup-node@v4
281-
with:
282-
node-version: '22'
283-
cache: 'npm'
284-
285-
- name: Install npm dependencies
286-
run: npm ci
287-
288-
- name: Build SDK
289-
run: npm run build
290-
291-
- name: Build template
292-
run: npm run build -w template
293-
294-
- name: Run CLI eval tests
295-
run: npm run test:cli:evals
265+
# Temporarily disabled — API credit balance exhausted
266+
# evals:
267+
# name: LLM Eval Tests
268+
# if: >-
269+
# github.event.pull_request.base.ref == 'main' &&
270+
# startsWith(github.event.pull_request.head.ref, 'release/')
271+
# runs-on: ubuntu-latest
272+
#
273+
# env:
274+
# NODE_TLS_REJECT_UNAUTHORIZED: '0'
275+
# ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
276+
#
277+
# steps:
278+
# - name: Checkout
279+
# uses: actions/checkout@v4
280+
#
281+
# - name: Setup Node.js
282+
# uses: actions/setup-node@v4
283+
# with:
284+
# node-version: '22'
285+
# cache: 'npm'
286+
#
287+
# - name: Install npm dependencies
288+
# run: npm ci
289+
#
290+
# - name: Build SDK
291+
# run: npm run build
292+
#
293+
# - name: Build template
294+
# run: npm run build -w template
295+
#
296+
# - name: Run CLI eval tests
297+
# run: npm run test:cli:evals

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "umbraco-mcp-server-sdk-monorepo",
3-
"version": "17.0.0-beta.9",
3+
"version": "17.0.0-beta.10",
44
"private": true,
55
"description": "Umbraco MCP Server SDK monorepo",
66
"workspaces": [

packages/create-mcp-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@umbraco-cms/create-umbraco-mcp-server",
3-
"version": "17.0.0-beta.9",
3+
"version": "17.0.0-beta.10",
44
"type": "module",
55
"description": "Create a new Umbraco MCP server project",
66
"bin": {

packages/hosted-mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@umbraco-cms/mcp-hosted",
3-
"version": "17.0.0-beta.9",
3+
"version": "17.0.0-beta.10",
44
"description": "Hosted MCP server infrastructure for Umbraco on Cloudflare Workers",
55
"type": "module",
66
"main": "dist/index.js",

packages/hosted-mcp/src/testing/tools.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export async function callTool(
5454
toolName: string,
5555
resultMarker: string,
5656
): Promise<string> {
57-
await page.getByText(toolName).click();
57+
await page.getByText(toolName, { exact: true }).first().click();
5858

5959
const runButton = page.getByRole("button", { name: /Run|Execute/i });
6060
await runButton.waitFor({ timeout: 5000 });

packages/mcp-server-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@umbraco-cms/mcp-server-sdk",
3-
"version": "17.0.0-beta.9",
3+
"version": "17.0.0-beta.10",
44
"type": "module",
55
"description": "Umbraco-specific MCP infrastructure and patterns for building MCP servers",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)