You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/features.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,7 @@ Here are the current supported contexts types:
40
40
-`file`: a file in the workspace, server will pass its content to LLM (Supports optional line range).
41
41
-`directory`: a directory in the workspace, server will read all file contexts and pass to LLM.
42
42
-`repoMap`: a summary view of workspaces files and folders, server will calculate this and pass to LLM. Currently, the repo-map includes only the file paths in git.
43
+
-`mcpResource`: resources provided by running MCPs servers.
0 commit comments