Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
203 changes: 0 additions & 203 deletions .github/copilot-instructions.md

This file was deleted.

1 change: 1 addition & 0 deletions .github/copilot-instructions.md
2 changes: 1 addition & 1 deletion docs/toolhive/guides-cli/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import DocCardList from '@theme/DocCardList';
## Introduction

The ToolHive CLI (`thv`) is a command-line tool that allows you to deploy and
manage MCP servers on your local machines or in development environments. It
manage MCP servers on your local machine or in development environments. It
provides quick deployment of MCP servers and supports advanced features like
custom permissions, network access filtering, and telemetry.

Expand Down
4 changes: 2 additions & 2 deletions docs/toolhive/guides-registry/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import DocCardList from '@theme/DocCardList';

## Introduction

The ToolHive Registry server implements the official
[Model Context Protocol (MCP) Registry API specification](https://github.com/modelcontextprotocol/registry/blob/main/docs/reference/api/generic-registry-api.md)
The ToolHive Registry Server is an implementation of the official
[Model Context Protocol (MCP) Registry API specification](https://github.com/modelcontextprotocol/registry/blob/main/docs/reference/api/generic-registry-api.md).
It provides a standardized REST API for discovering and accessing MCP servers
from multiple backend sources, including Kubernetes clusters, Git repositories,
API endpoints, and local files.
Expand Down
Loading