brightspace-mcp-server 1.2.4 → 1.2.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.
- package/README.md +3 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -23,14 +23,12 @@ Works with any school that uses D2L Brightspace, including Purdue, USC, and hund
|
|
|
23
23
|
|
|
24
24
|
**Option 1: Let your AI do it**
|
|
25
25
|
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
Paste this into Claude Code, Cursor chat, Windsurf, Copilot, Codex, or any AI coding assistant:
|
|
26
|
+
Paste this into Claude Code, Cursor, Windsurf, Copilot, Codex, or any AI coding assistant:
|
|
29
27
|
|
|
30
28
|
```
|
|
31
|
-
Install
|
|
29
|
+
Install brightspace-mcp-server for me by following
|
|
32
30
|
https://github.com/RohanMuppa/brightspace-mcp-server/blob/main/LLMs.md
|
|
33
|
-
|
|
31
|
+
(use --purdue if I'm at Purdue).
|
|
34
32
|
```
|
|
35
33
|
|
|
36
34
|
**Option 2: Run it yourself**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "brightspace-mcp-server",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.6",
|
|
4
4
|
"mcpName": "io.github.rohanmuppa/brightspace",
|
|
5
5
|
"description": "MCP server for Brightspace (D2L). Check grades, due dates, assignments, announcements, syllabus, rosters and more via Claude, ChatGPT, Cursor, Windsurf, or any MCP client.",
|
|
6
6
|
"type": "module",
|