brightspace-mcp-server 1.0.5 → 1.0.6

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.
Files changed (2) hide show
  1. package/README.md +3 -1
  2. package/package.json +2 -1
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  Talk to your Brightspace courses with AI. Ask about grades, due dates, announcements, and more. Works with Claude, ChatGPT, and Cursor.
6
6
 
7
- This is an [MCP (Model Context Protocol)](https://modelcontextprotocol.io) server. MCP lets AI apps like Claude talk to outside tools. This server connects your AI to Brightspace so it can pull your grades, assignments, and course content on demand.
7
+ This is an [MCP (Model Context Protocol)](https://modelcontextprotocol.io) server. MCP lets AI apps like ChatGPT or Claude talk to outside tools. This server connects your AI to Brightspace so it can pull your grades, assignments, and course content on demand.
8
8
 
9
9
  Works with any school that uses Brightspace.
10
10
 
@@ -31,6 +31,8 @@ npx brightspace-mcp-server setup --purdue
31
31
  npx brightspace-mcp-server setup
32
32
  ```
33
33
 
34
+ This command might take a few minutes to download, especially on Windows. Please be patient.
35
+
34
36
  The wizard handles everything: credentials, MFA, and configuring your AI client. When it's done, restart Claude/ChatGPT/Cursor and start asking questions.
35
37
 
36
38
  That's it! You're ready to go.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "brightspace-mcp-server",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "MCP server for Brightspace (D2L). Check grades, due dates, announcements, rosters and more via Claude, ChatGPT, Cursor, or any MCP client.",
5
5
  "type": "module",
6
6
  "main": "build/index.js",
@@ -27,6 +27,7 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "@modelcontextprotocol/sdk": "^1.26.0",
30
+ "ajv": "^8.18.0",
30
31
  "dotenv": "^17.2.4",
31
32
  "file-type": "^21.3.0",
32
33
  "otpauth": "^9.5.0",