UNPKG
smart-thinking-mcp
Version:
latest (12.0.1)
12.0.1
12.0.0
11.0.6
11.0.5
11.0.4
11.0.3
11.0.2
11.0.1
11.0.0
10.0.1
10.0.0
9.0.1
9.0.0
8.0.2
8.0.1
8.0.0
7.0.0
6.0.2
6.0.1
6.0.0
5.1.6
5.1.5
5.1.4
5.1.3
5.1.1
5.0.0
4.1.1
4.1.0
4.0.1
4.0.0
3.0.1
3.0.0
2.0.0
1.0.3
1.0.2
1.0.0
Un serveur MCP avancé pour le raisonnement multi-dimensionnel, adaptatif et collaboratif
smart-thinking-mcp
/
build
/
server
/
registrations
/
resource-registrations.d.ts
4 lines
(3 loc)
•
238 B
TypeScript
View Raw
1
2
3
4
import
{
McpServer
}
from
'@modelcontextprotocol/sdk/server/mcp.js'
;
import
type
{
SmartThinkingEnvironment
}
from
'../environment'
;
export
declare
function
registerServerResources
(
server
:
McpServer
,
env
:
SmartThinkingEnvironment
):
void
;