@charlie.act7/canvas-mcp-server 1.1.2 → 1.1.3
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.es.md +1 -1
- package/README.md +1 -1
- package/package.json +1 -1
package/README.es.md
CHANGED
|
@@ -17,7 +17,7 @@ Cuando utilizas este servidor, la comunicación fluye de la siguiente manera:
|
|
|
17
17
|
graph LR
|
|
18
18
|
User([Usuario]) -->|Instrucción en Lenguaje Natural| AI["Asistente de IA (Claude)"]
|
|
19
19
|
AI -->|Petición MCP| MCP["Canvas MCP Server"]
|
|
20
|
-
MCP -->|API REST
|
|
20
|
+
MCP -->|API REST - HTTPS| Canvas["Canvas LMS"]
|
|
21
21
|
Canvas -->|Respuesta| MCP
|
|
22
22
|
MCP -->|Datos procesados| AI
|
|
23
23
|
AI -->|Respuesta amigable| User
|
package/README.md
CHANGED
|
@@ -17,7 +17,7 @@ When you interact with the server, communication flows as follows:
|
|
|
17
17
|
graph LR
|
|
18
18
|
User([User]) -->|Natural Language Instruction| AI["AI Assistant (e.g., Claude)"]
|
|
19
19
|
AI -->|MCP Request| MCP["Canvas MCP Server"]
|
|
20
|
-
MCP -->|REST API
|
|
20
|
+
MCP -->|REST API - HTTPS| Canvas["Canvas LMS"]
|
|
21
21
|
Canvas -->|Response| MCP
|
|
22
22
|
MCP -->|Processed Data| AI
|
|
23
23
|
AI -->|Friendly Answer| User
|
package/package.json
CHANGED