@north7/entraaware 0.0.6 → 0.0.7

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/README.md CHANGED
@@ -6,7 +6,7 @@ A lightweight Model Context Protocol (MCP) server for querying Microsoft Entra (
6
6
 
7
7
  EntraAware is an MCP Server that allows AI assistants to directly access your Microsoft Entra (Azure AD) tenant data through the Microsoft Graph API and Azure Resource Management API. With EntraAware, you can ask natural language questions or make structured API calls to your Microsoft cloud environments.
8
8
 
9
- This project is inspired by and builds upon the [Lokka-Microsoft](https://github.com/lokkamcp/microsoft) MCP server (MIT license).
9
+ This project is inspired by and builds upon the [Lokka-Microsoft](https://github.com/merill/lokka) MCP server (MIT license).
10
10
 
11
11
  ## Setup
12
12
 
package/build/index.js CHANGED
@@ -17,7 +17,7 @@ let azureCredential = null;
17
17
  // Create server instance
18
18
  const server = new McpServer({
19
19
  name: "EntraAware",
20
- version: "0.0.6",
20
+ version: "0.0.7",
21
21
  capabilities: {
22
22
  resources: {},
23
23
  tools: {},
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@north7/entraaware",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "type": "module",
5
5
  "main": "build/index.js",
6
6
  "bin": {