From f1094aa37cb09f57adbdf29ef0cf812399541928 Mon Sep 17 00:00:00 2001 From: Hasan Ramezani Date: Tue, 10 Feb 2026 13:35:20 +0100 Subject: [PATCH] Remove self-hosted reference from local setup section The remote MCP section already directs self-hosted users to use their own instance URL. Keeping the self-hosted mention in the local setup section created contradictory guidance. Co-Authored-By: Claude Opus 4.6 --- README.md | 3 +-- tests/README.md.jinja | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3761b99..4ea353d 100644 --- a/README.md +++ b/README.md @@ -52,8 +52,7 @@ For **EU region** (`logfire-eu.pydantic.dev`): > Running the MCP server locally is deprecated. Please use the [Remote MCP Server](#remote-mcp-server-recommended) instead. > The local server will continue to work, but we recommend migrating to the remote server for a better experience. -If you prefer to run the MCP server locally (for example, for self-hosted Logfire or custom configurations), -you can use this package instead. +If you prefer to run the MCP server locally, you can use this package instead. Pydantic Logfire Server MCP server diff --git a/tests/README.md.jinja b/tests/README.md.jinja index 1a9677e..34dd50a 100644 --- a/tests/README.md.jinja +++ b/tests/README.md.jinja @@ -52,8 +52,7 @@ For **EU region** (`logfire-eu.pydantic.dev`): > Running the MCP server locally is deprecated. Please use the [Remote MCP Server](#remote-mcp-server-recommended) instead. > The local server will continue to work, but we recommend migrating to the remote server for a better experience. -If you prefer to run the MCP server locally (for example, for self-hosted Logfire or custom configurations), -you can use this package instead. +If you prefer to run the MCP server locally, you can use this package instead. Pydantic Logfire Server MCP server