mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-24 00:07:53 +00:00
re-add AI generation disclosure
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
# ifc_cli/src/ifcmcp/ifcmcp/__main__.py
|
# This file was generated with the assistance of an AI coding tool.
|
||||||
from ifcmcp.server import build_server
|
from ifcmcp.server import build_server
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
server = build_server()
|
server = build_server()
|
||||||
server.run(transport="stdio")
|
server.run(transport="stdio")
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# ifc_cli/src/ifcmcp/ifcmcp/core.py
|
# This file was generated with the assistance of an AI coding tool.
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
|
||||||
import json
|
import json
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# ifc_cli/src/ifcmcp/ifcmcp/embedded.py
|
# This file was generated with the assistance of an AI coding tool.
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
|
||||||
from typing import Any, Mapping
|
from typing import Any, Mapping
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# ifc_cli/src/ifcmcp/ifcmcp/server.py
|
# This file was generated with the assistance of an AI coding tool.
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
|
||||||
from typing import Any
|
from typing import Any
|
||||||
|
|||||||
Reference in New Issue
Block a user