dotnet-ai-mcp-server 1.0.3 → 1.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dotnet-ai-mcp-server",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "MCP Server for .NET AI development - provides real code samples from Semantic Kernel, OpenAI .NET, MCP C# SDK, and more",
5
5
  "bin": {
6
6
  "dotnet-ai-mcp-server": "bin/cli.js"
@@ -23,7 +23,7 @@
23
23
  "license": "MIT",
24
24
  "repository": {
25
25
  "type": "git",
26
- "url": "git+https://github.com/ArbelH/dotnet-ai-mcp-server.git"
26
+ "url": "git+https://github.com/Ahod26/DotNetAIMCPServer.git"
27
27
  },
28
28
  "engines": {
29
29
  "node": ">=16.0.0"
@@ -6,7 +6,7 @@ const path = require('path');
6
6
  const os = require('os');
7
7
  const { execSync } = require('child_process');
8
8
 
9
- const REPO = 'ArbelH/dotnet-ai-mcp-server';
9
+ const REPO = 'Ahod26/DotNetAIMCPServer';
10
10
  const VERSION = require('../package.json').version;
11
11
 
12
12
  function getPlatformInfo() {