diff --git a/docs/assets/vscode-extension/screenshot1.png b/docs/assets/vscode-extension/screenshot1.png new file mode 100644 index 0000000..78d9d3f Binary files /dev/null and b/docs/assets/vscode-extension/screenshot1.png differ diff --git a/docs/dir/.index b/docs/dir/.index index 6c09f8a..1bfc728 100644 --- a/docs/dir/.index +++ b/docs/dir/.index @@ -7,6 +7,7 @@ nav: - Features and Usage: scenarios.md - Hosted AGNTCY Agent Directory: hosted-agent-directory.md - CLI Reference: directory-cli.md + - VSCode extension: vscode-extension.md - SDK Reference: directory-sdk.md - API Reference: - Core: dir-core-v1-api.md diff --git a/docs/dir/vscode-extension.md b/docs/dir/vscode-extension.md new file mode 100644 index 0000000..02b64c0 --- /dev/null +++ b/docs/dir/vscode-extension.md @@ -0,0 +1,31 @@ +# Dir Visual Studio Code Extension + +The AGNTCY Agent Directory extension for Visual Studio Code provides a seamless +interface for developers to interact with [Agent +Directory](./getting-started.md) or its [public hosted +instance](./hosted-agent-directory.md). + +![Introduction to the main screen](../../assets/vscode-extension/screenshot1.png) + +## Download from VS Code Marketplace + +You can download and install this extension directly from the [Visual Studio +Code Extension Marketplace](https://marketplace.visualstudio.com/). Simply +search for the extension name `agntcy agent-directory` within VS Code or visit +the marketplace link. + +This extension is intended to support several use cases: + +* **Automatic Record Pull and Push**: + Seamlessly pull and push +[OASF](https://docs.agntcy.org/oasf/open-agentic-schema-framework/) based +records to the Agent Directory directly from VS Code. +* **Search and Configuration of MCP Servers for GitHub Copilot**: + Developers using GitHub Copilot in Agent Mode will be able to discover MCP +Servers within the Agent Directory and install them in VSCode. This makes +it easier to leverage additional tools and functionalities exposed by MCP +servers. +* **Configuration of GitHub Copilot Agent Mode**: + Search for and apply specific configurations—such as prompts, models, or +tools—stored as records in the Agent Directory to GitHub Copilot in Agent +Mode.