Skip to content

Commit 1054855

Browse files
Merge pull request #8 from dataplat/development
Add installation badges and update version to 0.3.0
2 parents e84492c + cd0a4d9 commit 1054855

3 files changed

Lines changed: 12 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# dbatools-mcp-server
22

3+
[![Install in VS Code](https://img.shields.io/badge/VS_Code-Install_MCP_Server-0098FF?style=for-the-badge&logo=visualstudiocode)](https://insiders.vscode.dev/redirect/mcp/install?name=dbatools&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22dbatools-mcp-server%40latest%22%5D%7D)
4+
[![Install in VS Code Insiders](https://img.shields.io/badge/VS_Code_Insiders-Install_MCP_Server-24bfa5?style=for-the-badge&logo=visualstudiocode)](https://insiders.vscode.dev/redirect/mcp/install?name=dbatools&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22dbatools-mcp-server%40latest%22%5D%7D&quality=insiders)
5+
36
A [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) server for the [dbatools](https://dbatools.io) PowerShell module.
47

58
Exposes dbatools commands as MCP tools so AI assistants (GitHub Copilot, Claude, etc.) can discover, explain, and execute dbatools commands directly — with all metadata sourced from dbatools' own **comment-based help**.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "dbatools-mcp-server",
33
"mcpName": "io.github.dataplat/dbatools-mcp-server",
4-
"version": "0.2.0",
4+
"version": "0.3.0",
55
"description": "MCP server for dbatools — exposes SQL Server management commands as MCP tools",
66
"keywords": [
77
"dbatools",

server.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,18 @@
66
"url": "https://github.com/dataplat/dbatools-mcp-server",
77
"source": "github"
88
},
9-
"version": "0.2.0",
9+
"version": "0.3.0",
10+
"icons": [
11+
{
12+
"src": "https://dbatools.io/thor.png",
13+
"mimeType": "image/png"
14+
}
15+
],
1016
"packages": [
1117
{
1218
"registryType": "npm",
1319
"identifier": "dbatools-mcp-server",
14-
"version": "0.2.0",
20+
"version": "0.3.0",
1521
"transport": {
1622
"type": "stdio"
1723
},

0 commit comments

Comments
 (0)