From 7407b58bebfabfa3f0ee18cbf2326044267c84d9 Mon Sep 17 00:00:00 2001 From: Frank Fiegel <108313943+punkpeye@users.noreply.github.com> Date: Sun, 2 Nov 2025 01:05:46 -0600 Subject: [PATCH] add MCP server badge --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index caa70bf..9bb4901 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,10 @@ The project is implemented in **TypeScript**, uses the **Anthropic TypeScript SD - Node.js - npm + + mcp-for-apache-ofbiz MCP server + + --- ## Table of Contents @@ -144,10 +148,10 @@ Add your local MCP server configuration: ## Inspect the MCP servers -You can use Anthropic’s **Inspector** to easily test interactions with the local and remote MCP servers. You can do this also when a remote server is executed in your local host or private network, without requiring valid certificates or deploying the server on a publicly accessible host. +You can use Anthropic's **Inspector** to easily test interactions with the local and remote MCP servers. You can do this also when a remote server is executed in your local host or private network, without requiring valid certificates or deploying the server on a publicly accessible host. Run (and install) the Inspector with: ```sh npx @modelcontextprotocol/inspector ``` -This will open a browser window ready to test your MCP servers. +This will open a browser window ready to test your MCP servers. \ No newline at end of file